User Activity

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 withou...
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 wit...
I'm using STM32CubeIDE, Settings ->Tool Settings->MCU Post build outputs-> Choose "Convert to binary file(-O binary)", I found that the generated bin file was not the right size. The elf and hex is correct. .elf: 5902KB.hex:2327KB.bin: 655390KBObvio...