cancel
Showing results for 
Search instead for 
Did you mean: 

SBSFU + UserApp with FreeRTOS?

Lliba.1
Associate II

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!

1 REPLY 1
Jocelyn RICARD
ST Employee

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