Hello,
I'm trying to create a application using NXP RTOS for S32K3. I was able to create an example and test the RTOS, it is working fine.
But I would like to understand the configuration on the example and also the options on S32DS tool configurator, such as:
It is kind of hard to understand all fields without documentation, can you share any documentation about it, please?
Thank you,
MVR
Solved! Go to Solution.
Hi @MVR,
Please refer to the technical reference and user manuals for definitions and attributes of the drivers.
If you installed the executable, the path for the documents should be defaulted to: C:\nxp\RTOS\S32K3xx_NXP_RTOS_4_7_152_CODEDROP_0_4_1_D2312\doc
Best regards,
Julián
Hello MVR,
I am trying to build the example project for S32KXX OS but it does not compile, can you help?
I face this error:
../RTOS_S32K3XX/ssc/inc/Os_prop_autosar_api.h:47:17: fatal error: Os_prop.h: No such file or directory
Sure, I faced this problem.
You have to select the project directory in this field:
And generate the configuration. After that compile it. You need to compile with Debug_RAM (I don't know why).
Hello @Julián_AragónM again,
Can you help me with a timer problem?
I'm trying to set the tick duration to 1ms, but I'm not able to do it.
I made this configuration on the timer:
The result is:
Where am I making a mistake? Can you help me, please?
Thank you!
MVR
Hi @MVR,
Please refer to the technical reference and user manuals for definitions and attributes of the drivers.
If you installed the executable, the path for the documents should be defaulted to: C:\nxp\RTOS\S32K3xx_NXP_RTOS_4_7_152_CODEDROP_0_4_1_D2312\doc
Best regards,
Julián
Hello @Julián_AragónM ,
Thank you, I had these documents but I was looking here, the other drivers have the option to get the documentation:
But anyway, these documents are helping me. Thank you.
MVR