How to use Partition

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use Partition

124 Views
GGboy
Contributor I

I have a question: in multi-core chips like the s32k324_mqfp172, it is possible to configure WdgEcucPartitionRef in the MCal configuration; however, for single-core chips like the s32k344, the MCal does not allow configuring WdgEcucPartitionRef. Why is this? What is the role of WdgEcucPartitionRef in actual code?

From my understanding: WdgEcucPartitionRef refers to which partition of the Ecuc module a specific module is assigned to; in reality, both single-core and multi-core chips require this EcucPartition. Is my understanding correct?"

Your understanding seems to be on the right track. The WdgEcucPartitionRef indeed refers to which partition within the Ecuc module a specific configuration belongs. However, whether both single-core and multi-core chips need this partition might depend on how the particular AUTOSAR implementation is structured and the specific requirements of the chip's configuration interface. If you're unsure, checking the documentation or reaching out to the chip manufacturer or AUTOSAR tool provider would provide more clarity.

Tags (1)
0 Kudos
Reply
1 Reply

123 Views
GGboy
Contributor I

The configuration interface for multi-core processors is shown as follow

GGboy_0-1729067623172.png

 

0 Kudos
Reply