Search found 2 matches

by LukeMet
Thu Aug 01, 2024 11:01 am
Forum: ESP32 Arduino
Topic: ESP32 Dual Core: Periodic Task Interruption
Replies: 4
Views: 1078

Re: ESP32 Dual Core: Periodic Task Interruption

Thanks a bunch @ESP_Sprite, I've replicated my program using the RMT peripheral, and as you say, the CPU doesn't need to constantly mind the signal generation, so I don't encounter this issue. Just wondering if you've seen any documentation/support for the Sync Manager for Arduino? I will have to sy...
by LukeMet
Tue Jul 30, 2024 2:26 pm
Forum: ESP32 Arduino
Topic: ESP32 Dual Core: Periodic Task Interruption
Replies: 4
Views: 1078

ESP32 Dual Core: Periodic Task Interruption

Hi there :) I am trying to use the ESP32's dual cores as follows: - Core 1: generate a certain, high-speed, data-encoded signal across multiple channels - Core 0: Handle any other user inputs to modify any of the signals, and any other functions. I have developed the code to generate the signals on ...