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 checked a tutorial on porting code but they use CubeMX and more specifically the .ioc file of the MCU I want to port the code from. The problem is I don't have the .ioc file...
So I have 2 questions regarding this :
- Is it possible to port the code withour using CubeMX?
- Is it possible to generate the .ioc file from the code?
Thanks for your help
