2021-09-24 09:19 AM
I'm trying to mount STM32L476RGT6U on pcb. I want to upload program using IDE to the controller on the pcb. Please advice me the suitable connection diagram to fullfill this particular requirement.
2021-09-28 09:49 AM
If I use an ST-LINK V2, whose pins are as shown as follows.
as per your suggestion, should I need to connect
Is it so ? Aksing you to get confirmation. If so, should I pulldown BOOT0 to the ground?
In this way can I debug and upload the program to MCU?
2021-09-28 09:48 PM
Hi,
I have modified as per your suggestion please let me know if it is right or not. Here I have made the BOOT0 to GND because I am using JTAG. Will it work?
2021-09-28 10:55 PM
2021-09-28 11:20 PM
On a polite note, "When your code don't plan use..." what do you mean by this statement?
Anyway, I have modified it right away. Now, BOOT0 can be connected to VDD or GND (thorough R=10K) as per requirement and
TRST (ST-LINK V2) is connected to NRST of MCU. Will it work right now? Other pins of STM Lin V2 should remain unconnected right?
2021-09-28 11:35 PM
2021-09-29 12:02 AM
See, very frankly I'm speaking. Your English is very difficult to understand that's why I'm confused sometimes and having difficulty. Thank you anyway. I'll take help from someone else.
2021-09-29 06:10 AM
What Pin# on the MCU does pin 7 on the header go to? NJTRST (PB4?)
Pin 10 here should be MCU NRST/NRESET
If you expect your code to run when the board powers up, BOOT0 should be low
2021-09-29 06:30 AM
Yes, as per the reference manual TRST which is pin 7 on the header will go to PB4 (Pin 56 of STM32L476RGT6U).
Pin 10 which is MCU RST on the header, will go to NRST (Pin 7 of STM32L476RGT6U).
Ok! I got it, Boot0 will be lowered after the program is uploaded and ready to run. Isn't it?
I have complied with all the changes you have told and attaching the schematic here. Can you please verify?
NOTE: I've another doubt that, I have connected NRST with Pin 10 of ST-LINK V2 and is grounded as per the reference manual screenshot attached. So is it correct or not? Will, it (NRST & Pin 10 of Header) be grounded or not?