Hello,
Can you provide a S32K344 & FS26 chips source code example (S32DS project) that integrates the Sbc_fs26 and freeRTOS components?
I am aware that there are individual RTD examples:
1) Sbc_fs26_example_HLD_S32K344 (no freeRTOS)
2) FreeRTOS_Toggle_Led_Example_S32K344 (no Sbc_fs26)
and also an example:
3) MR_CANHUBK3_IEEE1722 in which the watchdog is disabled and the Sbc_fs26 component is not used
Essentially I'm looking for a basic source code example for properly setting and refreshing a FS26 chip in a freeRTOS environment.
Thank you.
Hello Slavko,
- Sbc_fs26_example_HLD_S32K344
This demonstrates the FS26/SBC integration, but it does not use FreeRTOS.
- FreeRTOS_Toggle_Led_Example_S32K344
This demonstrates a basic FreeRTOS setup on S32K344, but it does not include the FS26 SBC component.
- MR_CANHUBK3_IEEE1722
This includes a broader system-level implementation, but the FS26 watchdog is disabled and the Sbc_fs26 component is not used.