How to configure CMSIS-RTOS to fit onto STM32F038 MCU
I am trying to use STM32CubeIDE to create a project for an STM32F038C6 MCU, the problem is that the generated project does not fit into the 4K SRAM of the MCU, it is some 2500 bytes overflow. Even when I remove the "user" heap, not required and reduce the stack size in the linker script, it still overfills the SRAM
Is there some documentation that tells how to configure the CMSIS-RTOS (V1) to be used on this MCU?
