Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [threadx] ThreadX and safety requirements
  • From: Bill Lamie <blamie@xxxxxxxxxxx>
  • Date: Thu, 23 May 2024 18:20:52 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=px5rtos.com; dmarc=pass action=none header.from=px5rtos.com; dkim=pass header.d=px5rtos.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=wOhJoCh5klrz7tKzTWZRu7na0QxCempdXqUcQ+giSio=; b=XN+wcOPUv0GlQUXFi62G6jpzfw5DawQ8GjHyCVnGQrv08JWyWlOlXdPJtsp6bDFL+gWFNarX74kVQ2KGwQgYTwoRdaSf13H03VcvRWzQEH/i061Ys74z9BQQtz0Hj1Yf81qsft7IclCH/YUKxiyA+bNP9gOEuchTgDD9QTmpJiNi3firrqxnBLeiuAtOi5M5u0VtGF/BqaM0jq1vu91Hpi/a9/od473oTYs9o4i6ibHzYFj3j/Ui5eaIrAB9m3uLaNPou5hN+FKNyRKSHdfi7pcOn1sPbv1+lecHofkFUw6fhNxRPpWgSaduPDx+XS8AomV4ToxT8wrDT5CG88PGrQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bz4QDwXATzf544V9ataP/PdaoNddGGaIf/+TXRlx712p/BMoeyax+oT4zORwgAEQvsAuj2ee5HWZi4uWiLzpVAiSY7SeKQW1PAvd+fQ9VQmrdlSijQ6Z/4pOxmEf8uCIUbdvwgkec4uJBHjZneHrbKpKteINNEId7HBmtHe4sxcy4nL5Znia0bsy3T9iZCEzovUmX3NxXrecxeaeet8ea62DF1t+adMZbDINCNABSDd69YPZhhytZffeH26XVkyb6XMhEOOX6daPfrEkPvU2nLM2Kmje6jlF781EqaqNRrpB6RtHU+wYGpDv8tCYrhqKrrZ7hILLrn0xRF4RyBw/ew==
  • Delivered-to: threadx@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/threadx/>
  • List-help: <mailto:threadx-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/threadx>, <mailto:threadx-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/threadx>, <mailto:threadx-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adqm0YaOyXLuhzP1S42lGmMrin4RRwGbBxGA
  • Thread-topic: ThreadX and safety requirements

Hello Claudia,

 

I’m happy to discuss this more with you (I’m the author of ThreadX, btw). My e-mail address is blamie@xxxxxxxxxxx.

 

Best regards,


Bill

 

From: threadx <threadx-bounces@xxxxxxxxxxx> On Behalf Of Claudia Bertello via threadx
Sent: Wednesday, May 15, 2024 7:10 AM
To: threadx@xxxxxxxxxxx
Cc: Claudia Bertello <claudia.bertello@xxxxxxxxxxx>
Subject: [threadx] ThreadX and safety requirements

 

Hi,

I need integrate ThreadX in my project. My MCU is Renesas RX66N. For Safety requirements I  have to prove the spatial and temporal indipendence of threads.

For spatial indipendence I need use MPU but I can set MPU register  only in supervisor mode (i.E. in interrupt), furthermore MPU settings should change every context switch …

For temporal indipendence it would be necessary the execution time in thread info or a user callback every time thread becomes running and a user callback when it becomes

suspended..

How I can do?

Can you help me?

 

Best Regards

Claudia Bertello

 

 

 

 


Back to the top