Is it possible to port a firmware written for L4 series controller to L5 controller ? Both the controllers are pin to pin compatible.
I have a firmware written for STM32L496VG. I wanted the same firmware to work for STM32L562VE. I just checked that they both are pin to pin compatible and of course the register addresses are different, along with the clock configurations to be done.
Looking into the data sheet and mapping every other peripheral registers from L4 to L5 is one conventional way. But is there any other way to do that in a relatively quicker way ? will just replacing STM files (which contains the base addresses of registers) would do the trick ?
Kindly guide me on this
