SBSFU on STM32H753-Eval board unable to transfer application firmware
Hello.
I'm having trouble transfer the UserApp to SBSFU. Here's the description of the issue.
I am working on SBSFU on STM32H753-Eval, So i altered the given sample for my UART to map to ST-LINK VCP. I am able to see logs post this changes. Later I Dissabled all security stuffs with below macro and fully erase the board (by setting RDP level 1->0 ).
I'm using the 2-Image example code, All security feature were disabled by
#define SECBOOT_DISABLE_SECURITY_IPSin app_sfu.h. I loaded SBSFU.elf onto the board and transferred the UserApp.sfb via YMODEM. However the program went into a infinite reset loop. It is rebooting every time i send UserApp.sfb.
I tried Increasing the Download Timeout from 3000 to 10000 from this macro, same issue
/* Teraterm YMODEM */
/* #define SFU_COM_YMODEM_DOWNLOAD_TIMEOUT ((uint32_t)3000U) */
#define SFU_COM_YMODEM_DOWNLOAD_TIMEOUT ((uint32_t)10000U) /*I

