Question
Hello, I am trying to program STM32F103 MCU barebone. I attached it to LQFP 48 adaptor and made connections to Vcc, GND and clock as in Bluepill module. Using STMCUBE IDE For controlling RGB LED, the code has been debugged and unable to flash.
Error:
Info : clock speed 1800 kHz
Error: init mode failed (unable to connect to the target)
in procedure 'init'
in procedure 'ocd_bouncer'
I set high freq clock as ceramic resonator (used 8Mhz clock chipset) and with STLINK V2 debugger.
Please let me know the issue i am encountering. Thanks for your time:)