STM32G030 bootloader
HI,
I configured boot pins STM32G030 to enter bootloader at startup of system, but now how do I check if the chip is actually in bootlaoder mode?
After setting boot bits, I know that the main application code on flash memory is not loaded at start up (mcu not responding to uart commadns as it does in application code), but when I try to use commands from AN3155:

I get no response on uart (trying "Get version" and "Get ID" commands), also tried the "Go" command, doesnt work. The system is connected by STM32G03 connected to FT234XD-T(chip on PCB) and then via USB to PC. The UART communication works without problem in application code mode, at 115200 baud.

