Porting micropython pic microcontroller

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
electronicus
Posts: 1
Joined: Tue Jun 05, 2018 2:53 pm

Porting micropython pic microcontroller

Post by electronicus » Sat Jun 16, 2018 5:37 pm

Hi everyone,
Before ı was running python code on STM32F4 Discovery board. Then, i see port folder in the micropython source code and i wonder to load and run python code on the pic microcontroller. But there is a problem, i'm not professional on this point. So i need to help. is Porting the micropython code on pic microcontroller possible ? If the answer yes, second question how?

I would be very happy if you could help me.
Best Regards.

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Porting micropython pic microcontroller

Post by Damien » Sun Jun 17, 2018 1:26 am

Yes it is possible. There is already a basic port to a 16 bit dsPIC in the ports/pic16bit directory. But in my opinion it's much easier and better to use a 32 bit MCU.

Post Reply