2020-09-03 05:59 PM
I write an application with FreeRTOS using STM32CubeIDE. Now I want to run it as an application with SBSFU. It seemed to have a hard fault after SFU_MPU_SysCall(). My application is a bit big. Its .sfb is 300KB. But it can run correctly alone without SBSFU.
I write an application without FreeRTOS using STM32CubeIDE, It works well.
Any idea how to solve the problem? Thanks!
2020-09-23 03:19 AM
Hello,
yes this is a know issue already raised in other posts here.
The reason is that systick interrupt is not stopped when jumping to application.
This has been fixed on latest release 2.4.0 of SBSFU.
Best regards
Jocelyn