cancel
Showing results for 
Search instead for 
Did you mean: 

How can I program STM32L011 prototype board

VDhan
Associate II

Hello all,

I am using STM32L011K6_Nucleo Board for developing a smart application, now I making prototype with STM32L011 microcontroller and some other sensors. My doubt how should I program my prototype board? what are the connection do I have to leave on my pcb design such that I can do flashing my program using Keil?

As Nucleo board using an external microcontroller for programming and debugging STM32L011 MCU, I don't have any pin access of external microcontroller on Nucleo board .

Please guide me what are the pins do I need to leave in my PCB design for programming part.

Thank you

D.Vishnu

3 REPLIES 3
S.Ma
Principal

At least for debugging, you'll need SWDIO, SWCLK, GND and VDDMCU to connect to ST-Link.

If you plan to have low power modes, clock stop modes, connecting RESET pin might be good as well.

Boot0 pin access on the board (test point) can be handy as well.

VDhan
Associate II

Thank you for your answer.

I also thought few of the connecting pins as you mentioned above, but what about a debugger hardware (which is medium between PC and prototype board)? Are there any such debugger boards available with ST?

Thank you

D.Vishnu

You can use SWD/JTAG pods like ST-LINK, J-LINK or U-LINK in Keil.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..