Search found 1 match

by ./jomar
Wed Feb 23, 2022 2:01 pm
Forum: General Discussion
Topic: Access SPI device in ULP
Replies: 0
Views: 785

Access SPI device in ULP

Hey guys, Is there a way for me to access and modify the data in an SPI register? My SPI device, a LoRa radio, reports back every few 10s of milliseconds, and I need to perform an action based on the result of the radio's operation. After configuring the radio, the operations my esp32 performs are r...