User Activity

I get the following error when trying to debug an STM32H757 with SWO enabled. Failed to enable SWV configuration.Failed to execute MI command:-data-write-memory 0x5c003010 x 4 0x77etc...It would seem the debugger (ST-link v2) is not able to read the ...
Hi there,I am developing a bootloader + application architecture for both serial and OTA programming. I have managed to get this working, the bootloader is able to program the application into flash, check the CRC, set the VTOR, etc. and then jump in...