Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taunusflieger/esp32s3-ulp-experiment


https://github.com/taunusflieger/esp32s3-ulp-experiment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ESP32-S3 ULP Experiment

This experiment demonstrates the interaction between the Xtensa main cores and the RiscV ULP core.
There are two seperate programs one for the Xtensa core and one for the RiscV core. Both have a seperate build process and linked to together into one executable. First the esp32-ulp-blink (RiscV)needs to be compiled and than the esp-ulp-test (Xtensa).