Hi there,
after executing some code of my Interrupt Service Routine, my Core starts blinking red and suddenly reboots itself.
I tried to add many Serial.println in order to investigate but it didn’t help me.
Which is the best way to troubleshoot this issue?
Here it is: https://github.com/nycluca/shutters
The error seems that occurs at the end of the “push” function in file QueueList.h line 153 when it tries to return the handle to the caller.
I suppose so because the last print on my serial is the number 6, after that my core reboots.
Thanks a lot for your support.