User Activity

I noticed that the FreeRTOS task function template generated by CubeMX lacks a defensive programming practice recommended in FreeRTOS examples and documentation. Current Generated Code:   void TaskFunction(void const * argument) { for(;;) { ...
Kudos given to