Hi everyone,
I'm working with the S32K314 using S32 Design Studio 3.5. I started with a simple application project generated by the IDE, and I'm trying to add support for encryption using HSE.
For reference, I took the S32K3_HSE_DemoExamples_1_0_0 package and included the relevant folders like:
Framework, interfaces, drivers, services. However, I'm running into a build error related to the Platform SDK.
The error message itself is not very descriptive, but it seems to be triggered by something in platform.h. I suspect it could be due to a missing configuration, incompatible platform settings, or some defined variable not being set properly.
Has anyone else run into this issue when integrating HSE examples into a new project? Is there a recommended way to add HSE support (e.g., specific project settings or configuration files that need to be copied over)?
Any help would be appreciated!
Thanks in advance.