Search found 1 match

by tonyfoale
Mon May 31, 2021 10:36 pm
Forum: ESP32 Arduino
Topic: Dual core with interrupts
Replies: 1
Views: 1819

Dual core with interrupts

I want to run an ISR function in core 0 to handle an external interrupt. It will run for the duration of program use and it will pass a global integer value to a function on core 1. I have been having a problem getting the code to compile using xTaskCreatePinnedToCore(....). As soon as I include tha...