Hello
We are using the s32k324 board
I'm debugging the code right now and I want to run a simple led action code to make sure the board has been debugged well.
I installed sdk now and got some example codes, but I didn't get the right code for s32k324.
If I debug s32k324 board only, can I get an example file where led blinks
Thank you for your answer.
However, even with the s32k344 example, just building the project makes an error. The error says that the "Mcu.h" "Port.h" "Dio.h" header file is empty, is there a way to fix it in this case?
Hello,
That does not make sense to me.
The error says that the "Mcu.h" "Port.h" "Dio.h" header file is empty, is there a way to fix it in this case?
I have just check Dio.h - and it is really not empty:
Did you generate the configuration from mex file first and the compiled?
I suggest you to read some basic howto:
https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/S32DS-list-of-HOWTOs/ta-p/1113475
Best regards,
Peter
Hello,
I installed sdk now and got some example codes, but I didn't get the right code for s32k324.
Since there are too many derivatives of S32K3xx we only release the examples for main ones like show in the RTD package example screenshot.
So if you have S32K324 you can use examples of S32K344.
Best regards,
Peter