cancel
Showing results for 
Search instead for 
Did you mean: 

Delete post

Bonnie
Associate II
 
4 REPLIES 4
STea
ST Employee

Hello @Bonnie ,

You can refer to the Getting started with STM32L0xx hardware development in section in section 6-Reference design

where you can find some useful details about the implementation of the STM32L0 series MCUs.

You can also inspire from NUCLEO-L073RZ in this link .

BR

 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Start by reviewing the Data Sheet, paying special attention to power, capacitors, BOOTx and NRST. Make sure to escape a means of programming/debugging via SWDIO/SWCLK, and understand the system loader via AN2606

Most of ST's boards have schematics, and these can be found under the "CAD Resources" tab on the respective product pages.

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

@Bonnie wrote:

I'm new to designing with STM32 chips 


Are you familiar with designing for other microcontrollers? Much of it is common...

 

 

 


@Tesla DeLorean wrote:

Make sure to escape a means of programming/debugging via SWDIO/SWCLK


Absolutely!

@Bonnie  Best to also include NRST - that can get you out of some holes where the debugger can't access the Target...