eRPC NXP Setup - S32KDS

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

eRPC NXP Setup - S32KDS

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

Microcontroller: S32K3XX
Plateform: S32DS platform 3.5.14

Hello NXP Community,

I’m currently working on a project using S32 Design Studio (S32DS) v3.5 and would like to integrate the Embedded RPC (eRPC) package into my development environment.

Could someone please guide me through the correct process to:

  1. Install the eRPC package and its dependencies.

  2. Configure and set it up within the S32DS 3.5 IDE.

  3. Integrate it into an existing S32K3 project (FreeRTOS_Toggle_Led_Example_S32K344 )(FreeRTOS example project from S32DS).

  4. Any recommended settings, tools, or plugins needed for smooth integration.

  5. Examples or documentation specific to S32DS if available.

I’ve reviewed the eRPC GitHub repository, and Introducing eRPC - NXP Community, but I’m unsure how to properly adapt the integration steps to work within the S32DS toolchain.

Any help or shared experiences would be greatly appreciated!


Best regards

タグ(1)
0 件の賞賛
返信
1 解決策
866件の閲覧回数
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @DiaDev,

Thanks for reaching out to us. I can recommend you to check the following page and attached document, in which you will be able to see how to configura eRPC with the S32K microcontrollers [page 29]:

alejandro_e_0-1747343847757.png

 

https://community.nxp.com/t5/S32K-Knowledge-Base/eRPC-based-Dual-MCU-Sync-Solution-for-S32K1xx-Famil...

Although the document is meant for the S32K1 the process should be also functional for S32K3. 

 

Please let me know if you have specific questions or problems I can help you with.

元の投稿で解決策を見る

3 返答(返信)
848件の閲覧回数
DiaDev
Contributor III

Do I need to pull eRPC folder into my existing folder? Could you help me with that?

DiaDev_0-1747370102751.png

 

0 件の賞賛
返信
821件の閲覧回数
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @DiaDev,

Checking the code samples available in the post:

├── S32K144_eRPC_Client
│   ├── Project_Settings
│   ├── eRPC
│   ├── include
│   ├── readMe.txt
│   └── src
└── S32K144_eRPC_Sevrer
    ├── Project_Settings
    ├── eRPC
    ├── include
    ├── readMe.txt
    └── src

You can see that you do need to copy the eRPC folder inside your project.

 

Let me know if you have more questions.

0 件の賞賛
返信
867件の閲覧回数
alejandro_e
NXP TechSupport
NXP TechSupport

Hello @DiaDev,

Thanks for reaching out to us. I can recommend you to check the following page and attached document, in which you will be able to see how to configura eRPC with the S32K microcontrollers [page 29]:

alejandro_e_0-1747343847757.png

 

https://community.nxp.com/t5/S32K-Knowledge-Base/eRPC-based-Dual-MCU-Sync-Solution-for-S32K1xx-Famil...

Although the document is meant for the S32K1 the process should be also functional for S32K3. 

 

Please let me know if you have specific questions or problems I can help you with.