This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Project porting from stm32f1 to stm32l0

Hi,

I'm working on a new projet with nucleo board (NFC).
I use Keil uVision with a demo program provided with this nucleo board.
But the project runs on a STMF103 and for the needs of my project I will use a low power MCU which is the STM32L0.

Do you know a way to port Keil project in order it compiles with STM32L0 ?

Thanks in advance,
Mat

Parents
  • Not sure if you're looking for contractors to do this, seems like a porting exercise across fairly similar parts. I don't think there is an effort-less method.

    Understand your two platforms/architectures, and where you're using common pins in your designs, and where you're not. Be aware that CM0 parts has less functionality and different IRQ behaviour.

Reply
  • Not sure if you're looking for contractors to do this, seems like a porting exercise across fairly similar parts. I don't think there is an effort-less method.

    Understand your two platforms/architectures, and where you're using common pins in your designs, and where you're not. Be aware that CM0 parts has less functionality and different IRQ behaviour.

Children
No data