I would like to implement FreeRTOS on this platform and need guidance on the correct approach using NXP-supported components.
Specifically, I am looking for:
- Any official documentation or application notes for integrating FreeRTOS with S32K344
- Example projects demonstrating FreeRTOS usage (preferably with RTD drivers)
- Guidance on SysTick or timer configuration for FreeRTOS
- Recommended method to integrate FreeRTOS with peripherals like FlexCAN
I have already created a basic S32DS project, but I could not find clear documentation on enabling or configuring FreeRTOS for S32K3 devices.
Could you please share:
- Reference examples
- Relevant documentation links
- Best practices for this implementation