Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[threadx] ThreadX and safety requirements
  • From: Claudia Bertello <claudia.bertello@xxxxxxxxxxx>
  • Date: Wed, 15 May 2024 14:09:55 +0000
  • Accept-language: it-IT, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=saetsrl.com; dmarc=pass action=none header.from=saetsrl.com; dkim=pass header.d=saetsrl.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=RJm0qYVbU7YYuMXsiLuQ6YKMOczAvE7OiAOdkar09Mc=; b=STEpkrbLFWhMg9yPVJ5pEVHfghR38IxG66qkR0XutlUnDpq8stGs0QvFvggUhg92QafSfBrbFO0/IxUdQ82WqwFN1F6J83nKiJj4k1rCJwddu2ttJapaBh60AxXET73u6vMU5J55GRNzzz9kvNKAXfsxOlh66Hig11M0IiAphdCo8cecZnYZGXmfOgNi/H2llqfrJtFFGdWxbx6cDQF5zNm+JzW2VjEldF2wQGJIlL3cClg1/NS0g2OMaWeT75LvTeiOJPgHB2ebtPe0L5nD496kjQ+6Z17cNYBjJ2/CSCiSGrE/jQ1rYRg1z4ewFlOjslnZVMuWLNd1v+5OPcRvnA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=B8A9sTIAdEjpFMVx/BQP8uI8EoEndWfsdYxGo3g5RN6RIcT6gyzxdPGMAwZ+w3hHEkGBdLxMH5A/OiSCaHVsmy8LcXZeDZqEUftLAhzWuUEUo13WRaVXx9FSg3dvBC/ly9CSnm+965zY5Q1nZWP31tsiiNNiVaxqzRxqJom9qIxUlvGyi70Y5NfnLtSm1EHtXf0CXnZPkF5KaHmj8E+Ans3uXLRJj8e7CzmSZmV26w3ecgIAjp4NgNeWLd/8UUluLIOLbEkwGfZwR61Z13j1C2SYsXOZtY/JISgZbjQFuWW3cPKx8DonYfQqNFf8BOWufhILn+x0AO+ZzlfIQXjnAA==
  • 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: Adqm0YaOyXLuhzP1S42lGmMrin4RRw==
  • Thread-topic: 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