2024-12-10 02:42 PM - last edited on 2024-12-11 05:27 AM by Imen.D
I developed a program that was based off of the STM32WL55JC1 Nucleo board and SubGhz PingPong example. Working to create my own PCB and wanted to place the STM32WL55CCU6 on my board instead of STM32WL55JCI chip as the package seems easier to work with. From looking at data sheet it appears like they are the same chip just with different packages and different number of GPIOs broken out. Assuming I copy files over to a STM32WL55CCU6 project generated on CubeMX will it run without modificatitons or at least little modification?
Edited by ST Moderator to add the right Labels
2024-12-11 05:25 AM
Hello @Jakob and welcome to the Community,
Comparing the two mentioned MCUs pin to pin, we can see that they are not fully compatible is some features and peripherals such as: package, GPIOs, ADC.
So, you should pay attention in pins and features differences.