Hello everyone,
I'm working with the S32K310 board using S32 Design Studio, and I was able to successfully build and load the HSE demo app provided on NXP's website.
Now, I would like to create a project that combines SPI communication using RTD (Real-Time Drivers) with HSE crypto functionality.
In other words, I'm trying to build a custom project that includes both SPI and HSE features.
I tried the following two approaches:
Starting with the HSE demo app (which builds and runs fine), and attempting to integrate RTD-based SPI functionality into it.
Starting from an RTD-based SPI example project, and trying to add the HSE components.
However, I wasn’t sure how to properly integrate the HSE firmware into the RTD-based project, and I ran into configuration issues.
So now, instead of merging existing projects, I would like to create a new project from scratch that supports both RTD-based SPI communication and HSE crypto functionality.
I tried setting this up myself, but I’m not sure how to configure the project correctly to support both:
HSE firmware features (e.g., key management, AES encryption)
RTD SPI drivers (using EB tresos or the S32 Configuration Tool)
Could you please point me to any official documentation, integration guides, or example projects that explain how to build such a combined project from the beginning?
Any help would be greatly appreciated.
Thank you in advance!