2024-07-19 05:45 AM - last edited on 2024-07-19 06:01 AM by Peter BENSCH
Will my gpio pin gets effected if I give a voltage of 4v because my board Is not working it is getting heated once i connect the supply through usb.
Solved! Go to Solution.
2024-07-19 10:15 AM
Put an ARM standard 20-pin JTAG connector, or SWD 10-pin connector on your board.
Or use Tag-Connect type foot print.
For debug you want SWDIO(PA13), SWCLK(PA14), VTARGET, GND, and probably NRST and SWO(PB3), for full JTAG NJTRST(PB4)
You can fashion your own header connection, pads or castellations, but then you can't use off-the shelf (COTS) gear and not have to custom build things at scale.
They are some board-level ST-LINK/V3 that you can solder onto your board as a module.
2024-07-19 10:50 AM
2024-07-19 12:54 PM
If you post the schematic here as a PDF or image, I'll take a look.
Here's the STM32F4 hardware design guide. It should cover all that is necessary:
dm00115714-getting-started-with-stm32f4xxxx-mcu-hardware-development-stmicroelectronics.pdf
2024-07-19 05:54 PM
Thank you
https://drive.google.com/file/d/1rJiLHR7v1m0_u9aUBMIOs7mpG5s_3u-o/view?usp=drivesdk
2024-07-19 07:13 PM
I'm not clicking on a google drive link. You should be able to attach it here.
Look for the "Drag and drop here or browse files to attach" just below the reply form.
2024-07-19 07:21 PM
2024-07-20 10:37 AM