eRPC NXP Setup - S32KDS

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

eRPC NXP Setup - S32KDS

Jump to solution
905 Views
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

Tags (1)
0 Kudos
Reply
1 Solution
869 Views
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.

View solution in original post

3 Replies
851 Views
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 Kudos
Reply
824 Views
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 Kudos
Reply
870 Views
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.