Search found 2 matches

by bboyd
Fri May 12, 2017 7:42 am
Forum: Development of MicroPython
Topic: Wanted: Porting guide / developer guide
Replies: 25
Views: 35286

Re: Wanted: Porting guide / developer guide

Thanks for the answer - that gives me a bit more of an incentive to move forward. The prototype board we have coming has a microSD card slot, so presumably the file system can reside on the SD card rather than in FLASH?
by bboyd
Thu May 11, 2017 8:51 am
Forum: Development of MicroPython
Topic: Wanted: Porting guide / developer guide
Replies: 25
Views: 35286

Re: Wanted: Porting guide / developer guide

Hi All. I'm a complete newbie to Python, microPython, so apologies if this question is off topic I have an STM32F217 prototype board about to hit the bench very shortly. The processor is footprint compatible with the STM32F4x7 device, so it may be relatively simple port microPython to the F217 as mo...