ST-Link won't fully bootload successfully
A few months ago I made a post regarding a PCB I designed (see post here: https://www.reddit.com/r/PrintedCircuitBoard/comments/1b3wilu/pcb_design_review_request_mq2_gas_sensor/) where I used the STM32F030F4P6 MCU. I planned on boot loading this MCU with the ST-LINK/V2 : https://www.digikey.com/en/products/detail/stmicroelectronics/ST-LINK-V2/2214535 ,
6 pin tag connect: https://www.tag-connect.com/product/tc2030-idc-nl and the adaptor for the ST-LINK/V2: https://www.tag-connect.com/product/tc2030-idc-nl
The boatload seems to run successfully by identifying the MCU and saying the file download is complete, but the LED seems to still be flashing orange as if it's trying to complete the upload. I can upload code to the board with the tag connect, although nothing happens after finishing the upload. For reference, I am first writing a simple blink-on blink-off LED program, and the LED doesn't blink (I checked the LED with a multimeter on the board and it does light up so it's not a hardware issue.
Here is the output from the console terminal:
STM32CubeProgrammer v2.12.0 ------------------------------------------------------------------- Log output file: C:\Users\ricci\AppData\Local\Temp\STM32CubeProgrammer_a19324.log ST-LINK SN : 38FF6A06304E4B3031321143 ST-LINK FW : V2J40S7 Board : -- Voltage : 3.25V SWD freq : 950 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x444 Revision ID : Rev 1.0 Device name : STM32F03x Flash size : 16 KBytes Device type : MCU Device CPU : Cortex-M0 BL Version : 0x10 Memory Programming ... Opening and parsing file: ST-LINK_GDB_server_a19324.srec File : ST-LINK_GDB_server_a19324.srec Size : 6.30 KB Address : 0x08000000 Erasing memory corresponding to segment 0: Erasing internal memory sectors [0 6] Download in Progress: File download complete Time elapsed during download operation: 00:00:00.945 Verifying ... Download verified successfully
Here is the MCU IOC:

And my debugger settings:



Any help is greatly appreciated.
