STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stack Heap Size of STM32G474VE

HiWhat is the maximum Stack and Heap size of a STM32G474VE with the SBSFU Bootloader 2 Image version?In the icf file the settings are at 0x400 and 0x200 which is really low./*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; define symbol __IC...

dominik by Senior
  • 265 Views
  • 0 replies
  • 0 kudos

The SBSFU porting of STM32G431C8

Due to cost constraints, only STM32G431x8 (64K byte flash memory) can be used, but there is no sample source code for G431x8 in the SBSFU library. I tried to port such a project, but I was a little confused.1. The compilation of the 1_Image_SBSFU pro...

PSui.1 by Associate II
  • 281 Views
  • 1 replies
  • 1 kudos

STM32G4 SBSFU do not display Welcome screen

I tried to step-by-step execution based on UM2262. But I could not get SBSFU welcome screen display (Fig24). My SBSFU display below.[SBOOT] Flash Configuration KO: Dual bank mode activated. STOP![SBOOT] Security issue: execution stopped!My step-by-st...

SBSFU User Application integration

HiI'm working on a ST STM32G474RE with the 2 Images and have a application with STM32CubeMX.I was reading the AN5056 but don't understand how I can build my application bin file to download with the Y-modem protocol. Or do I need to modify and add al...

dominik by Senior
  • 348 Views
  • 4 replies
  • 0 kudos

BUG: CubeMX 5.3.0 doesn't generate CRC.c for STM32G474

The compiler cannot find the function MX_CRC_Init()The reason is that STM32CubeMX 5.3.0 doesn't generate CRC.c for STM32G474 when the CRC module is enabled.The CRC.h header is correct generated.This happens only in the STM32CubeIDE with the integrate...

OGhis by Senior
  • 323 Views
  • 2 replies
  • 0 kudos