Can i create a ISR or interrupt and let that be pinned to a core?
Posted: Fri Oct 20, 2017 7:31 pm
Hi,
Is it possible to pin a interrupt routine to one of the two cores (or a ISR function pinned to one of the cores)?
The goal is to let some logic be done by one core (trapping external interrupts from eg. a pushbutton) and send a timestamp and some other data to the other core where it can be proccesed and output to eg. a serial monitor.
As for the "timestamp" is there a "arduino-alike" function of micros() or millis()?
Grtz,
Yves
Is it possible to pin a interrupt routine to one of the two cores (or a ISR function pinned to one of the cores)?
The goal is to let some logic be done by one core (trapping external interrupts from eg. a pushbutton) and send a timestamp and some other data to the other core where it can be proccesed and output to eg. a serial monitor.
As for the "timestamp" is there a "arduino-alike" function of micros() or millis()?
Grtz,
Yves