Page 1 of 1

How to port Micropython to TI CC13xx / CC26xx?

Posted: Tue May 30, 2017 10:15 pm
by quill65
I'd like to port micropython to TI's CC13xx / CC26xx RF transceiver chips. It seems to me that these chips and micropython would make a great platform for ultra-low power IoT devices w/ user-embeddable code. Is there a porting guide available to help me get started, and/or can I have some advice on how to do this?

Re: How to port Micropython to TI CC13xx / CC26xx?

Posted: Thu Jul 20, 2017 8:56 am
by Tetraeder
Perhaps this can help:
viewtopic.php?f=12&t=1823

Starting point:
* use minimal, edit/change linkerfile and Makefile.
* add HAL drivers from your board
* add in uart_core.c functions from TI's uart, usb or something else...to get repl access.
...