STM32H747 Stopped working after flashing
Hello.
I made big board with STM32H743XI, and it works without glitch. Since STM32H747 is pin to pin compatible (TFBA240+40) I modified PCB that it will fit both processors. ( just a single ground was needed for SMPS, but i don't use it,)
For some reason i was able to generate code from CubeMx just to toggle led from one MCU, and same for the other on different pin. IT worked first debugging session, but after trying to change code, debugger was not able to flash device.
Tried using STlink V2, same, can't connect to MCU, and led is not toggling now.
So I am lost here, how this could be. I know that incorrect clock settings can leave MCU hanging and in this case it is hard to connect to MCU. I disconnected clock from MCU, but still, can't access it.
Never had this much trouble recovering from similar situation on Single Core device. Maybe it has something to do with multi-core program ? IF yes, how can i recover from problem like this ?
