In stm32-cortexM0, do we have any process where we can define the location for the Main stack and program stack?
In #[STM32 MCUs] - #Cortex-m0 . In *.icf we can define the size and location of stack in the RAM area.Is there any process to define the size and start location of Main stack and program stack separate in the stack section?