MicroPython drivers for the TI CC1352R MCU

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Yadnik
Posts: 65
Joined: Thu May 13, 2021 6:01 am

MicroPython drivers for the TI CC1352R MCU

Post by Yadnik » Mon May 24, 2021 3:27 pm

I have to write MicroPython drivers for a board that is based on the TI CC1352R MCU.The drivers are to be written for peripherals like UART, GPIO, I2C, SPI, PWM and ADC.The board runs Zephyr RTOS and has MicroPython ported to it. Can someone please suggest any resources or references to follow for the same.I am a bit skeptical regarding the APIs and the use of native Zephyr driver interfaces.
For now I going through similar repositories of esp8266 and esp32. Further guidance will be very helpful.
Thank you.

Jackli
Posts: 80
Joined: Thu Apr 29, 2021 9:11 am

Re: MicroPython drivers for the TI CC1352R MCU

Post by Jackli » Tue May 25, 2021 2:36 am

Same request, I need it too.

Post Reply