2024-10-25 06:53 AM
Hello All
I am very confused about picking the correct STM32WL for LoRaWAN.
There appears to be:
STM32WL5MOC - The datasheet says this is a STM32WL55JC - What does the MOC add?
Then there is the:
STM32WL55CC
STM32WL55JC
From what I can tell is the CC has less pins.
Then we get to buying these:
STM32WL55CC (U6)
STM32WL55CC (U7)
Whats the difference between U6 and U7 - This is not mentione in the datasheet
The MOC is offered as:
STM32WL5MOC (H6TR)
STM32WL5MOC (H6STR)
Whats the difference between H6TR and H6STR
For development we are considering using the:
B-WLM5-SUBG1 development board. This contains the STM32WL5MOC not sure doesn't say H6STR or H6TR
Is there a recommed STLINK-V3 programmer to use with this series?
Thank you
Solved! Go to Solution.
2024-10-25 07:25 AM - edited 2024-10-25 07:25 AM
Hello @fabltd and welcome to the ST Community.
For the STM32WL55, they are MCU (Microcontrollers). you can find all explanation about the naming on the part 7 of the datasheet:
For the STM32WL5MCO, is a module based on the STM32WL55JC that you can use it on standalone mode or connect it to a SOC with an external MCU that control it. More data are available on this datasheet.
For the B-WLM5-SUBG1 development board, it is based on the STM32WB5MMGH6TR.
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-10-25 07:11 AM
6 / 7 relates to temperature, and IS in the datasheet
https://www.st.com/resource/en/datasheet/stm32wl55cc.pdf#page=147
The ST-LINK/V3 would be suitable for programming/debugging
There aren't dev boards for every package combination, most of the parts share a common die, so each is a good proxy for one another.
2024-10-25 07:14 AM
Thank you for the confusion RE 6 and 7
Now I just need to understand the difference between the MOC and raw MCU
2024-10-25 07:25 AM - edited 2024-10-25 07:25 AM
Hello @fabltd and welcome to the ST Community.
For the STM32WL55, they are MCU (Microcontrollers). you can find all explanation about the naming on the part 7 of the datasheet:
For the STM32WL5MCO, is a module based on the STM32WL55JC that you can use it on standalone mode or connect it to a SOC with an external MCU that control it. More data are available on this datasheet.
For the B-WLM5-SUBG1 development board, it is based on the STM32WB5MMGH6TR.
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-10-25 07:30 AM
Hi
For the B-WLM5-SUBG1 development board the data sheet here:
Mentions a STM32WL55JC MCU?
Did I miss somthing ?
2024-10-25 07:36 AM
Easy, the B-WLM5-SUBG1 is based on the STM32WL5MOC Module. This module is based on the STM32WL55 MCU. That's why.
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-10-25 07:40 AM
Hi
What oes the MOC module offer over the WL55 MCU?
2024-10-25 08:23 AM
The module advantage is that you can connect it to another SOC as a communication module. But the MCU is mainly maid to be used to run it own application that may implement or not a Communication.
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.