RISCV-ULP <--> ESP32S3 communication
Posted: Wed Jan 03, 2024 11:30 am
Are there any push-style ways of communicating between the ULP and the main CPU available?
My idea is that I leave the ULP continually running in order to control some aspects of low importance while the main CPU is doing its tasks. If I do that, is there a way to trigger an IRQ via two connected GPIOs from either side of the fence? I know I can wake up the main CPU, but that will not do for my use case, since it's already running.
My idea is that I leave the ULP continually running in order to control some aspects of low importance while the main CPU is doing its tasks. If I do that, is there a way to trigger an IRQ via two connected GPIOs from either side of the fence? I know I can wake up the main CPU, but that will not do for my use case, since it's already running.