2024-04-19 04:36 AM
Hi Guys I'm Trying to find stm32l073rz Nucleo board datasheet that contains the boards pin description, but I can't find it anywhere
I have found those but when I compare the pin description in the first pic from: NUCLEO-L073RZ | Mbed
with the one provided in this datasheet:Datasheet - STM32L073x8 STM32L073xB STM32L073xZ - Ultra-low-power 32-bit MCU Arm<Sup>®</Sup>-based Cortex<Sup>®</Sup>-M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs
I find the pins order is different..
Solved! Go to Solution.
2024-04-19 06:08 AM - edited 2024-04-19 06:22 AM
@Haystak wrote:I opened the UM1725 file but couldn't find the description for the pins just found the description for Arduino connectors
Table 30, as you showed, describes the Morpho connectors - that's the outer double rows of pins.
For the Arduino pins, see Table 18:
These tell you which of the microcontroller's pins is connected to each pin on those connectors.
Not sure what further "description" of the pins you're looking for?
The names of the pins in these tables are the same names used in the datasheet table you showed initially:
As @STTwo-32 said, the datasheet lists pins for all possible package variants; the ones you highlighted are only available on the UFBGA100 package (Red) - they are not available on the LQFP64 package (Blue) used on the Nucleo board.
EDIT: highlight the different packages
EIDT 2:
In the case of the pin highlighted in yellow:
2024-04-19 04:48 AM
It should be on the 'Documentation' tab of the Product Page - but that does, indeed, seem to be missing:
What you require is the User Manual UM1724
Google finds it OK - so no idea why it's gone from the Product Page!
2024-04-19 04:52 AM - edited 2024-04-19 04:53 AM
Hello @Haystak and welcome to the ST Community :smiling_face_with_smiling_eyes:.
The NUCLEO-L073RZ is based on the package LQFP64 of the STM32L073RZ. So, the available pins are just the Pins on this package. For example, the Pin that you have mentioned in yellow is not available on this MCU. For pins on the Board refer to both MCU's Datasheet and the board User manual.
Best Regards.
STTwo-32
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.
2024-04-19 04:52 AM - edited 2024-04-19 04:55 AM
No, my Mistake - that was the chip Product Page.
The Product Page for the Nucleo board does have a 'Documentation' tab, and UM1724 is listed:
https://www.st.com/en/evaluation-tools/nucleo-l073rz.html#documentation
Does leave the Question of why the chip page has no 'Documentation' tab, though ...
2024-04-19 04:59 AM
@Haystak wrote:I find the pins order is different..
Not sure what you mean by that?
The order in which pins are broken-out to the headers is entirely unrelated to the order of the pins on the chip package.
2024-04-19 05:00 AM
@Andrew Neil wrote:Does leave the Question of why the chip page has no 'Documentation' tab, though ...
@STTwo-32 - any ideas ?
2024-04-19 05:15 AM
Hello @Andrew Neil
I don't have such an issue on my sid:
Best Regards.
STTwo-32
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.
2024-04-19 05:48 AM
Thank you for the reply
I said order but I meaned the function (sorry for miss clafication) for example here
I opened the UM1725 file but couldn't find the description for the pins just found the description for Arduino connectors
2024-04-19 05:54 AM
@STTwo-32 That's the page for the Nucleo board - it's the chip page that's missing the 'Documentation' tab:
2024-04-19 05:54 AM
As I told you. To understand the pin description on each connector on the NUCLEO Board, I suggest you follow the User manual and refer to the datasheet of the MCU for description of possible functions on each pin.
Best Regards.
STTwo-32
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.