How to activate System boot loader for STM32F030C8T6 via UART1
Hello,
I am trying to make STM32F020c8t6 enter boot loader by connecting the Boot0 pin to HIGH via a 10k as given in some forms and pressing the reset. I connected the MCU UART1 to Laptop running Cube Programmer and use the UART option. The MCU uart1 RX , TX and GND are connected via USB to uart converter which is working for all UART communications...
My observations: When I tie the Boot0 pin to high and press the NRST(to GND), the processor enters some state which is not running my regular code. But it does not connect to Cube Programmer via serial port.
I tried this pattern
Pattern 2 Boot0(pin) = 1 and nBoot1(bit) = 1 even tried with nBoot=0 also via Cube Programmer and stlink-v3.
Cube programmer says no response from the device some K0 stuff also.
When I try STM32F103 device the above sequence works perfectly.
Please suggest some clues
