Search found 1 match

by tomtobback
Tue Nov 29, 2022 9:45 am
Forum: ESP32 Arduino
Topic: WiFiClient has higher priority than hw_timer since core 2.x?
Replies: 0
Views: 895

WiFiClient has higher priority than hw_timer since core 2.x?

Hi, i've been working on an LED matrix application with an ESP32-WROVER module: I use a hw_timer_t to run an IRAM_ATTR ISR every 10us to update the matrix shift register, and have a TCP server (WiFiServer) to receive instructions, checking for new clients in the loop(). This all worked well on ESP32...