User Activity

I'm developing production code for an STM32 project and using the Device Configuration Tool as much as possible. I need to organize the code so that everything is not in main.c.Is there a way, for example, to move FreeRTOS tasks out of main into th...