2020-06-05 02:43 PM
Hi!
So, I attempted to make a breakout board for the LQFP64 package of the STM32F730R8 and I can't seem to get it to work somehow. Whenever I try to upload a program to it, I get a "No device found on target". If anyone has an idea or pointers, that would be very helpful!
Here's the relevant info:
I tested the obvious, supply pins and grounds are right on my DMM and my SWD pins are connected properly.
Here's the schematics and the layout. Please be gentle, I am not a professional.
Thank you!
2020-06-05 03:32 PM
On that chip, the VREF+ pin is the same as the VDDA pin. It needs connected to VDD.
The bypass caps could be closer to the chip, but probably not a problem.
2020-06-05 04:28 PM
Ah! Well this should've been obvious!
Since the VREF+ pin is connected through a via, I could use a jumper wire to connect it to VDD and ST-Link Utility now recognized the chip so that seems that it may have done the trick.
Thank you so much for your quick help @TDK :grinning_face_with_sweat:
2020-06-05 04:37 PM
Glad you got it sorted! :thumbs_up:
Should probably rename that pin to VDDA in the schematic, since that's its main function.