Skip to main content
DCarv
Associate
November 24, 2022
Question

Direct replacement for STM32WLE5CCU6

  • November 24, 2022
  • 4 replies
  • 1095 views

Hi,

I have a project that use the STM32WLE5CCU6 and I want to make a variation of this project without RF communication.

Can you suggest me a reference to replace this MCU taking advantage of existing firmware without major changes. Preferably cheaper.

Thanks

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
November 24, 2022

I don't think there is a software or pin compatible equivalent part.

CubeMX should have a pin matching tool​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Peter BENSCH
ST Technical Moderator
November 24, 2022

Correct, there is currently no pin-compatible MCU for the STM32WLE5 - a WLE5 without RF frontend, so to speak. The pins of other STM32 in UFQFPN48 are arranged completely differently, even the OSC pins for the crystals, NRST and the VDD/VSS pins are located elsewhere, not to mention the GPIOs.

Good luck anyway!

Regards

/Peter

In order 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.
ChahinezC
Associate II
November 28, 2022

Hello @DCarv​,

I think the How to find compatible devices for an MCU? STM32G473CB as example article can help you finding the convenient device from the ST portfolio for your application.

Thank you.

Chahinez.

DCarv
DCarvAuthor
Associate
November 28, 2022

Thank you all