2025-02-10 3:12 PM - edited 2025-02-10 3:13 PM
Hello,
Do the STM32WL3x series of microcontrollers come with a DBGMCU_IDCODE register? All the other MCUs in the STM32WL have one, but I don't see it listed for the WL3x series.
If it has one, what is the value of that register?
If not, is there any other way for software to correctly identify the microcontroller as a STM32WL3x MCU?
Thanks
2025-02-10 5:34 PM
https://www.st.com/resource/en/errata_sheet/es0612-stm32wl33xx-device-errata-stmicroelectronics.pdf
DIE_ID = 0x120 ?
2025-02-10 6:34 PM
Hmmm, I suppose DIE_ID is similar to DBGMCU_IDCODE. But the other STM32WL MCUs don't have a DIE_ID register located in their SYSCFG module. The problem I'm trying to solve is "if I know I am connected to a STM32WL MCU, how do I determine which WL series I am connected to?" Ideally there would be a register on all STM32s that says "this is a STM32WL33CC" or "this is a STM32F100C8". Is there any universal way to identify the various STM32 MCUs?
2025-03-10 7:21 AM
Hello @AJ_1
This a new question on a more generale topic (identify an STM32 MCUs Family). If your original question is answered, please select the best answer for this topic and open a new one on the STM32 MCU products for your new question.
PS: STM32WL and STM32WL3 are not the same series.
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.