2021-04-13 02:55 PM
Note the difference between WB5 and WB55. My main goal is to determine whether I can define any of the pins on the WB5 as SPI or ADC, or are there only certain pins that can perform those functions.
Solved! Go to Solution.
2021-04-16 06:19 AM
Hi @FAdar.1 ,
Could you please precise the exact part number you selected for STM32WB5?
Knowing the exact part number, you can refer to its datasheet and check its pinout in order to compare it with pins definition on DS11929.
Another possible option is to have a look to the application note AN5451 Migrating between STM32WB30/35/50/55 microcontrollers.
I believe that you will find there all what you need as description of compatibilities & differences between various STM32WB devices.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best.
-Amel
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.
2021-04-16 06:19 AM
Hi @FAdar.1 ,
Could you please precise the exact part number you selected for STM32WB5?
Knowing the exact part number, you can refer to its datasheet and check its pinout in order to compare it with pins definition on DS11929.
Another possible option is to have a look to the application note AN5451 Migrating between STM32WB30/35/50/55 microcontrollers.
I believe that you will find there all what you need as description of compatibilities & differences between various STM32WB devices.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best.
-Amel
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.
2021-08-21 12:13 PM
The exact PN is STM32WB5MMG.
I looked at the datasheet for that part and indeed is says to reference STM32WB55xx for the pin definitions.
Thanks!