Skip to main content
TVan .8
Associate III
February 6, 2026
Solved

PA13 on STM32L432KC

  • February 6, 2026
  • 3 replies
  • 252 views

Is there a board schematic for STM32L432KC somewhere?
I want to acces pin PA13. But I can find no connector or easy acces point.

Thanks

Best answer by Andrew Neil

So you are using the NUCLEO-L432KC board, then?

If your question is now resolved, please mark the solution on the post which answered it (not this one!)

 


@TVan .8 wrote:

I was looking under 'documentation'


@mƎALLEm that's a common "mistake", but it seems an entirely reasonable place to look !

Could this be better signposted, please?

3 replies

Andrew Neil
Super User
February 6, 2026

@TVan .8 wrote:

Is there a board schematic for STM32L432KC somewhere?


No, because STM32L432KC is just a chip - not a board.

If you're referring to an ST board, go to its Product Page and look on the 'CAD Resources' tab; eg,

https://www.st.com/en/evaluation-tools/nucleo-l432kc.html#cad-resources

 

If it's a 3rd-party board, you will have to contact the manufacturer and/or supplier

 


@TVan .8 wrote:

I want to acces pin PA13. But I can find no connector or easy acces point.


Note that PA13 is the SWDIO pin - so using it for anything else will interfere with your ability to program & debug the chip ...

Also PA14 is SWCLK:

AndrewNeil_0-1770396399143.png

https://www.st.com/resource/en/datasheet/stm32l432kc.pdf#page=53

via: https://www.st.com/en/microcontrollers-microprocessors/stm32l432kc.html#documentation

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
mƎALLEm
Technical Moderator
February 6, 2026

Hello,

The board schematic is here.

As said by @Andrew Neil  PA13 corresponds to the SWDIO pin. So need to take care about that point.

mALLEm_0-1770396731230.png

 

 

"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."
Andrew Neil
Super User
February 6, 2026

@mƎALLEm wrote:

The board schematic is here.


Yes, that's the schematic for the NUCLEO-L432KC board - but @TVan .8 didn't say what board they have ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
TVan .8
TVan .8Author
Associate III
February 6, 2026

Thanks, found them. I was looking under 'documentation'

Andrew Neil
Andrew NeilBest answer
Super User
February 6, 2026

So you are using the NUCLEO-L432KC board, then?

If your question is now resolved, please mark the solution on the post which answered it (not this one!)

 


@TVan .8 wrote:

I was looking under 'documentation'


@mƎALLEm that's a common "mistake", but it seems an entirely reasonable place to look !

Could this be better signposted, please?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.