Caveats of using mp_sched_schedule() ?
Posted: Wed May 17, 2017 2:57 pm
I'm using mp_sched_schedule() to trigger callbacks into µPy. This by-and-large works fine, but if I have some code in the callback that writes to flash, it crashes spectacularly, but without usefull backtrace (see https://github.com/espressif/esp-idf/issues/611).
Are there any known caveats to using mp_sched_schedule() that might be causing problems?
Are there any known caveats to using mp_sched_schedule() that might be causing problems?