chalei / brainpad-micropython

Micropython examples for the BrainPad from GHI electronics
1 stars 1 forks source link

Rebuilding the firmware #1

Open gus-ghielec opened 5 years ago

gus-ghielec commented 5 years ago

Thanks for the code. This will give me a great starting point. I will probably change the code to make it compatible with our Visual Basic and C# drivers.

Have you ported micropython before or your work has been mostly on the python side?

chalei commented 5 years ago

Thanks Gus for using my sample code and glad it could help.

Mostly I do the python code only but recently I am learning to make my own micropython port for the esp32 base using its SDK

gus-ghielec commented 5 years ago

I tried building the code with our boot loader offset in mind but it didn't work. I think the interrupt vectors need to be moved to RAM. It would be great if we can take the DFU out, so micropython can be loaded just like TinyCLR. Have you used TinyCLR on the BrainPad?