2025-04-05 2:46 PM
Hi,
I am laying out aboard with STM32L073. I would like to add a debug header and a programming header. Do you know which pins i should connect these headers to?
I see that PA13 and PA14 are involved in debugging, but which other pins do i also need to include in the header?
2025-04-05 5:54 PM
VCC and GND
NRST to allow for controlled startup
On CM3,4,7 consider PB3 / SWO, but not supported on CM0(+) parts
2025-04-06 3:59 AM
Thanks, by CM3, CM4, CM7, do you mean the Cortex-M thing?
How would i know if i have a CM3 say?
The part number is
STM32L073CBU6 (LQFP48)
2025-04-06 4:03 AM
@amass.9 wrote:How would i know if i have a CM3 say?
It would certainly be stated in the datasheet.
Most likely even in the marketing material; eg,
https://www.st.com/en/microcontrollers-microprocessors/stm32l0-series.html
STM32L0 is Cortex-M0+
2025-04-06 4:10 AM - edited 2025-04-06 4:10 AM
@Tesla DeLorean wrote:VCC and GND
@amass.9 Note that, for many debug probes (including ST-Link), they need this VCC connection to sense the power on the Target - not supply power to the target.
In addition to the basic GND, VCC, SWDIO, SWCLK, NRST, you might also consider providing a UART pin - especially on a part with no SWO ...
Be sure to study Application note AN4467, Getting started with STM32L0xx hardware development:
And, of course, the datasheet.
Also, take a look at the ST board designs (Discovery, Nucleo, whatever).
2025-04-06 6:49 AM - edited 2025-04-06 6:50 AM
Thanks, due to your kind replies, i now know that for debugging on STM32L073 we need GND, VCC, SWDIO, SWCLK, NRST, and a UART pin in the header.
Do you know what pins are needed for programming?