2020-05-06 02:20 AM
Hi,
I am using STM32CubeIDE version: 1.3.1 to program the STM32WB50CGU5, but when connecting in debug mode, the program reports that the connected MCU is STM32WB55xx. So my project, based on STM32WB50xx is not working at all, but if I change the MCU with the STM32WB55xx everything works fine.
So, the printed code on the MCU is reporting correctly STM32WB50CGU5, but it seems to not be that MCU, according with the IDE.
Could you help me?
You can find below the IDE's report.
Lorenzo
2020-05-13 12:05 AM
hello LSpad.1,
Are you face problem - 'LL_RCC_SMPS_CLKSOURCE_HSI' undeclared (first use in this function); did you mean 'LL_RCC_SYS_CLKSOURCE_HSI'?
if yes , suggest to me how to solve it?
2020-05-13 12:10 AM
is this issue solved?
2020-05-13 12:39 AM
Hi Aish,
my problem is that i bought a STM32WB50, on the micrcontroller i received there is the serigraphy "STM32WB50", but, after the chip is soldered, connecting the ST-Link, it reveals that it is an STM32WB55. I am not facing the problem you have, that seems to be a compiling problem. My problem is in the hardware, not software.
The issue is not solved
2020-05-13 01:35 AM
Thanks LSpad.1.