Hello @Vignesh_V ,
Could you please check these points:
Ensure that the ST-LINK or other debugging interface is properly connected to the STM32F103C8T6 boardVerify that the power supply to the board is stable and sufficient.Update ST-LINK FirmwareI...
Hello @mids400 ,
The error message in the screenshot indicates that the debugger is trying to access a memory location for which it does not have the corresponding source code.Could you ensure that the memory regions for the bootloader and the main...
Hello @SDFSDFDSF ,
Please let us know if you have any build errors.Otherwise, allocating the .text section to both FLASH and FLASH2 requires modifying the linker script to specify the memory regions and how the .text section should be allocated.You...
Hello @u1kano ,
After analysing the error message, there is a problem with the connection between your debugger and the target microcontroller.So, you can try these tips:- Make sure the debugger is properly connected to the STM32 microcontroller.- Ma...