Unable to connect to STM32H7 system bootloader via UART
I have been working with STM32H753 device. I was able to boot into the system booltoader of the Nucleo board. Cube Programmer was able to detect and connect through UART.
But, I am unable to connect the Cube programmer in our custom board. Both BOOT_ADD0 and BOOT_ADD1 were set to 0x1FF0. After booting, I connected J-Link to verify that the PC is at 0x1FFx series addresses.
Looking further, whenver I halt and run the CPU through J-Link, the PC seems to be at address 0x1FF0AAF0 and the CycleCnt is increasing.
I am not sure what could be possibly wrong.

