Skip to main content
Graduate II
December 6, 2023
Question

Merging SBSFU(.hex) and Application(.sfb) into single hex file not working

  • December 6, 2023
  • 0 replies
  • 969 views

Hi Community,

 

I'm in a process to combine the SBSFU and Application file into single intel hex using srec_cat.exe doesn't work.

srec_cat Application.sfb -binary -offset 0x08010000 -o APP_Offset.hex -intel

srec_cat STM32G0B0RE_SBSFU.hex -intel Application.hex -intel -o Combined_App.hex -intel

 

Combined_App.hex always executing in bootloader and not jumping to application after several power cycles.

 

Is it because of encryption/signing?

Can anyone suggest better approach to deal with this?

 

    This topic has been closed for replies.