where can i find Ethernet and Flexray module of simulink?

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

where can i find Ethernet and Flexray module of simulink?

1,066件の閲覧回数
Tommy_Liu
Contributor II

Dears,

    as i know, SPC57 series products had Ethernet and Flexray modules on chip. but i can't find these modules in Simulink library. 

     could you help me check the reason. many thanks. 无标题.png

2 返答(返信)

980件の閲覧回数
mariuslucianand
NXP Employee
NXP Employee

Hello Tommy.Liu‌,

Unfortunately, for now, we do not provide Simulink blocks for the Ethernet and Flexray.

If you need this functionality, you can achieve it by inserting custom code that covers the mentioned peripherals. You can start from an Ethernet SDK example because all the generated code is based on the S32 SDK for Power Architecture so you can use the API provided there. The S32SDK also contains examples using the lwIP stack so you can achieve TCP/UPD communication starting from their examples.

On how to insert custom code you can follow the tutorial here https://community.nxp.com/docs/DOC-345880 .

Hope this helps,

Marius

0 件の賞賛
返信

980件の閲覧回数
tommy_liu1
Contributor I

Dear Marius-lucian Andrei

    Many thanks your guide. I will study your article!