2023-12-06 03:05 PM
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?