eRPC NXP Setup - S32KDS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

eRPC NXP Setup - S32KDS

跳至解决方案
931 次查看
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 解答
895 次查看
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 回复数
877 次查看
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 项奖励
回复
850 次查看
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 项奖励
回复
896 次查看
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.