Skip to main content
Lliba.1
Associate II
September 3, 2020
Question

SBSFU + UserApp with FreeRTOS?

  • September 3, 2020
  • 1 reply
  • 889 views

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!

This topic has been closed for replies.

1 reply

Jocelyn RICARD
ST Employee
September 23, 2020

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