Search found 33 matches

by BrendanSimon
Sat Sep 17, 2016 12:47 pm
Forum: Programs, Libraries and Tools
Topic: pyserial module/interface for embedded boards
Replies: 4
Views: 6105

pyserial module/interface for embedded boards

I would like to use a number of modules that require a pyserial API. e.g. xbee in API mode, or pymodbus, etc. Unfortunately the pyb.UART module doesn't appear to be pyserial compatible. I did find a micropython pyserial module (unix port). I had a look at the code it certainly seems very unix centri...
by BrendanSimon
Wed Sep 07, 2016 12:12 pm
Forum: Other Boards
Topic: Porting to STM32F0 and F1
Replies: 7
Views: 8834

Re: Porting to STM32F0 and F1

Just saw these posts _after_ posting a question myself re an F1 port (DOH!!)

I have a board with an STM32F103VE MCU (512KB Flash, 64KB RAM). Plenty of resources for MP :)

Dave, do you still have your F1 port ?

If so, are you able to commit that to MP git repo ?

Thanks, Brendan.
by BrendanSimon
Wed Sep 07, 2016 12:07 pm
Forum: Other Boards
Topic: Port to STM32 F1 MCUs
Replies: 1
Views: 2985

Port to STM32 F1 MCUs

I notice that there aren't any ports to the STM32 F1 family of MCUs. I have a board which has an STM32F103VE MCU (80MHz, 512KB Flash, 64KB RAM) and I would like to run MicroPython on it as an experiment. Is there any technical reason why MP wouldn't run on an STM32 F1 series processor ?? I don't kno...