Page 1 of 1

Porting micropython pic microcontroller

Posted: Sat Jun 16, 2018 5:37 pm
by electronicus
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.

Re: Porting micropython pic microcontroller

Posted: Sun Jun 17, 2018 1:26 am
by Damien
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.