2019-11-04 09:22 AM
I am trying IAP using a new sample application for the STM32H753I-EVAL2 board.
STM32Cube_FW_H7_V1.5.0/Projects/STM32H743I-EVAL/Applications/IAP/IAP_Main
IAP_Main would download IAP_Binary_Template image into flash memory. However, IAP_Main can transmit/upload fine but cannot receive/download via ymodem.
I use the IAP code as is. For what it tries to do, I assume if it works on STM32H743I-EVAL, it should work on STM32H753I-EVAL2 board as well.
Thank you.
Solved! Go to Solution.
2019-11-04 09:50 AM
If the serial port is working (RS232 or VCP via jumpers) then I'd expect the rest of it to work. Might try with different terminal apps, not a big fan of Hyperterminal here.
You might want to double check pin assignments for EVAL vs EVAL2, only have the former here.
Other than that you'll need to do some debugging to better understand the failure mechanism.
2019-11-04 09:50 AM
If the serial port is working (RS232 or VCP via jumpers) then I'd expect the rest of it to work. Might try with different terminal apps, not a big fan of Hyperterminal here.
You might want to double check pin assignments for EVAL vs EVAL2, only have the former here.
Other than that you'll need to do some debugging to better understand the failure mechanism.