Skip to main content
JBend.6
Associate III
September 12, 2024
Solved

STM32CubeMX Please be aware target STM32WB1MMCx is Obsolete

  • September 12, 2024
  • 2 replies
  • 1029 views

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.

 

Best answer by STTwo-32

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

 

 

 

2 replies

Andrew Neil
Super User
September 12, 2024

@JBend.6 wrote:

My understanding is that the STM32WB1MMC is supported for 10-years.


That is, indeed, what the ST website says:

AndrewNeil_0-1726140003400.png

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
STTwo-32
STTwo-32Best answer
Technical Moderator
September 12, 2024

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

 

 

 

JBend.6
JBend.6Author
Associate III
September 12, 2024

Thank you.