Can STM32MP135 run FreeRTOS?
Hello,
I am using the STM32MP135DAF7 chip for bare metal development, and now I have encountered a problem. Specifically, I have transplanted the FreeRTOS system on this chip, and in the boot_develop mode, I can run FreeRTOS normally, that is, ddr_init->FreeRTOS_app, but I burned the .stm32 file (bin signature file) of FreeRTOS_app into EMMC and used it as boot_EMMC startup. After the program is powered on, FreeRTOS_app did not run successfully; I used the FSBLA_EMMC program to debug and found that the FSBLA_EMMC program has run successfully and copied the second-stage app code to DDR, but the subsequent second-stage FreeRTOS_app still did not run successfully. Can anyone help me analyze what the problem is? If it is not FreeRTOS, but other app codes, such as lighting, they can be started normally.
