How to port Micropython to TI CC13xx / CC26xx?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
quill65
Posts: 1
Joined: Tue May 30, 2017 9:43 pm

How to port Micropython to TI CC13xx / CC26xx?

Post by quill65 » Tue May 30, 2017 10:15 pm

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?

Tetraeder
Posts: 53
Joined: Thu Mar 05, 2015 1:12 pm
Location: Germany

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

Post by Tetraeder » Thu Jul 20, 2017 8:56 am

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.
...

Post Reply