How to debug Nucleo-H743ZI with IAR EWARM
Is there a HowTo method to program a Nucleo board? I think I inadvertently erased my board and IAR no longer see the ST-Link.
I have tried the following:
- With IAR v8.11 and a Nucleo-H743ZI2, I opened a STM32H7 Cube GPIO example project and built it with no errors. The Download failed with Write errors in the 0x20000000 and 0x40000000 regions.
- I installed the latest ST-Link drivers and updated the ST-Link firmware. No improvement.
- I used STCubeProgrammer and it was able to read something. (I did not note which CPU, but it was flash 0x80000000 region)
- In IAR, I converted the output to a .hex file and wrote that to the Nucleo via STCubeProgrammer. Programmer said it worked OK.
- Program does not function as expected. i.e. Button->LED ON->Button->LED OFF
- IAR can no longer see debug probe.
- Verified STCubeProgrammer connects to both ST-Link and the H7 processor.
Can I recover my Nucleo?
Can I use IAR and the Nucleo's ST-Link?
