Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 11 months ago.
Porting STM32-L073RZ code to STM32-L071CB MCU
I have been testing code for an embedded project, using the STM32-L073RZ evaluation board. For the actual application, I would like to use a different chip (the STM32-L071CB), which is different from the one on the eval board. Both chips are part of the STM32 Nucleo L0 family.
Considering they are part of the same family, will I have to go through all the steps found here in order to port the mbed SDK: https://developer.mbed.org/handbook/mbed-SDK-porting
I'm hoping it may be as easy as modifying pinnames.h or a few other header files, but that is starting to seem overly optimistic...