Debug using STM32CubeIde ??
Hello,
I am working on a card with an STM32H745 processor.
I have a few questions regarding debugging (with a V3 probe):
1) is it possible to make a hard reset of the chip?
2) is it possible to reset the cores independently?
3) is it possible to do some debugging at assembly level (I didn't understand why I can't step by step in the dissassembly window) ?
4) is it possible to connect the debugger without interrupting the cores?
5) When connecting the debbuger and programming, the program is launched briefly with the version previously loaded. is this normal?
6) is it possible to put the SFR in the "live expressions"?
7) when i debug one core, i also want to see the other core's variables. I can do this by putting their address, but is it possible to do it using their name?
8) I tried STM32CubeMonitor which seems to connect faster (and with less interference) than the debugger on STM32CubeIde. Is this normal?
Best regards
Jean-Louis