Resolved! How to port a project from a STM32L476RG to a STM32L072CZYx
Hello,I'm working on a BLE project on a STM32L072CZYx MCU and there is an example of a profile that suits my need but it is on another MCU, the STM32L476RG. I want to port the code from that MCU to mine but I don't really know how to do so... I've ch...