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.
6 years, 8 months ago.
lpc4337 to 54608 migration
dear, can you tell me if it's possible migration of my code on lpc4337 on 54608 demo board? thanks Mostarda N. naz.mostarda@gmail.com
Question relating to:
1 Answer
6 years, 8 months ago.
Hi there,
The LPCXpresso4337 board does exist within the Mbed OS ecosystem (https://os.mbed.com/platforms/LPCXpresso4337/) so it should be possible to migrate your code to the LPCXpresso54608 platform (https://os.mbed.com/platforms/LPCXpresso54608/) with Mbed OS.
There is going to be a difference in driver code for each platform, which you can find within the Mbed OS repo here:
- LPCXpresso4337: https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_NXP/TARGET_LPC43XX
- LPCXpresso54608: https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC546XX
Please let me know if you have any questions!
- Jenny, team Mbed
If this solved your question, please make sure to click the "Thanks" link below!