Porting to LPC546XX

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
Magiclemond
Posts: 2
Joined: Thu Jul 27, 2017 9:05 am

Porting to LPC546XX

Post by Magiclemond » Fri Jul 28, 2017 2:19 am

These days I found that there are very little resource about Micropython using in LPC series, so I plan to make a porting to LPC546XX. I`d like to know how to draw lessons from STM series, can someone give me a hand? :D Many thanks!

ajie_dirgantara
Posts: 81
Joined: Fri Sep 02, 2016 9:26 am

Re: Porting to LPC546XX

Post by ajie_dirgantara » Mon Oct 09, 2017 9:08 am

Magiclemond wrote:These days I found that there are very little resource about Micropython using in LPC series, so I plan to make a porting to LPC546XX. I`d like to know how to draw lessons from STM series, can someone give me a hand? :D Many thanks!
As it is same cortex-m4 chip, I believe it isn't too hard if given enough time and resource. Find the most "similar" stm32 chip with LPC546XX, and you could start from there. Start porting and post question after you've got a problem and we'll gladly help.

chrismas9
Posts: 152
Joined: Wed Jun 25, 2014 10:07 am

Re: Porting to LPC546XX

Post by chrismas9 » Mon Oct 09, 2017 10:31 am

There is already a project underway.

viewtopic.php?f=3&t=3865

Maybe talk to these guys and collaborate.

Post Reply