I found that both before the MCU runs the C program or FreeRTOS creates the task, it is necessary to create the stack first.

I found that both before the MCU runs the C program or FreeRTOS creates the task, it is necessary to create the stack first.

In the STM32 startup code, the stack is created and initialized.

 

 

 

Guess you like

Origin blog.csdn.net/sinat_16643223/article/details/108707001