cancel
Showing results for 
Search instead for 
Did you mean: 

No device found on target

Hesseltjuuh
Associate III

I can't seem to connect to my STM32F401RCT6. This is the schematic below and all the jumper wires are working. 

Can anyone spot the error?

When i try to connect to it i get the message 'No device found on target'

Hesseltjuuh_0-1692368912118.png

 

3 REPLIES 3
TDK
Guru
  • VCAP needs a 4.7 uF bypass capacitor to GND.
  • VREF+ is also VDDA which needs connected to VDD.
  • HSE is limited to 26 MHz max.
  • BOOT0 shouldn't be floating, should generally be tied to ground, although you can override it by programming an option byte.
  • Pin 64 is VDD, not VDDA, and should be tied directly to VDD.

https://www.st.com/resource/en/application_note/an4488-getting-started-with-stm32f4xxxx-mcu-hardware-development-stmicroelectronics.pdf

If you feel a post has answered your question, please click "Accept as Solution".
AScha.3
Chief II

+ boot0 needs pulldown to gnd or gnd.

If you feel a post has answered your question, please click "Accept as Solution".

Oh wow didnt know I did so much wrong. I'll try these solutions, thanks!