eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.8k stars 768 forks source link

threadx's bootloader conflicts with freertos' application layer program #311

Open chengshuihang opened 8 months ago

chengshuihang commented 8 months ago

After threadx's bootloader jumps to the freertos application (creating a single task and doing nothing else), a call to "svc 0" will enter HardFault_Handler. What should be done to make freertos work properly? image image