2024-09-12 04:12 AM
When creating a new project for the STM32WB1MMC the STM32CubeMX displays a dialog box with the warning:
Please be aware target STM32WB1MMCx is Obsolete
What does this mean?
Is it unsafe to use STM32CubeMX for this device?
If it is unsafe then what should I do?
My understanding is that the STM32WB1MMC is supported for 10-years.
Thank you.
Solved! Go to Solution.
2024-09-12 08:54 AM - edited 2024-09-26 08:56 AM
Hello @JBend.6
In fact, when you open the CubeMX, you will have to use STM32WB1MMCH6TR. For the other part, It is an obsolete product. For your Case, you need to use the STM32WB1MMCH6TR.
PS: For the message you have received, it is just a message that we have added to the Boards/Modules that are set to obsolete to inform you that a specific part number is no more available on the market.
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-09-12 04:20 AM
@JBend.6 wrote:My understanding is that the STM32WB1MMC is supported for 10-years.
That is, indeed, what the ST website says:
2024-09-12 08:54 AM - edited 2024-09-26 08:56 AM
Hello @JBend.6
In fact, when you open the CubeMX, you will have to use STM32WB1MMCH6TR. For the other part, It is an obsolete product. For your Case, you need to use the STM32WB1MMCH6TR.
PS: For the message you have received, it is just a message that we have added to the Boards/Modules that are set to obsolete to inform you that a specific part number is no more available on the market.
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-09-12 09:48 AM
Thank you.