How to set the vale of Pdu ID of Can_Write in MBDT

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to set the vale of Pdu ID of Can_Write in MBDT

ソリューションへジャンプ
861件の閲覧回数
simon98
Contributor III

Hi,

i was looking for an explanation on what 'Pdu ID' input value of the Can_Wrate block to give in MBDT.

Could anyone explain me what's this parameter and what's its purpose in the can commnication?

i'm using the S32K358 EVB.

 

Thanks,

Simon 

タグ(5)
0 件の賞賛
返信
1 解決策
812件の閲覧回数
Adrian_Gherca
NXP Employee
NXP Employee

Hello,

One way you can look at this is to consider that the CanHardwareObject is a description of the actual hardware message buffers used for transmission.
Pdu ID, NOT to be confused with CanObject ID, is the ID of the CanHardwareObject instance, which is the same thing as the above mentioned message buffer.

Example:
If Pdu ID is set to value 2, then Can_Write will use the third message buffer available for transmission.

Important:
In order to have more than one available message buffers, Can Hw Object Count needs to be increased to the desired value in the Configuration Project:

Adrian_Gherca_0-1734081475255.png

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
813件の閲覧回数
Adrian_Gherca
NXP Employee
NXP Employee

Hello,

One way you can look at this is to consider that the CanHardwareObject is a description of the actual hardware message buffers used for transmission.
Pdu ID, NOT to be confused with CanObject ID, is the ID of the CanHardwareObject instance, which is the same thing as the above mentioned message buffer.

Example:
If Pdu ID is set to value 2, then Can_Write will use the third message buffer available for transmission.

Important:
In order to have more than one available message buffers, Can Hw Object Count needs to be increased to the desired value in the Configuration Project:

Adrian_Gherca_0-1734081475255.png

 

0 件の賞賛
返信