Will ets_delay_us() work on core 1?
Posted: Thu Sep 23, 2021 3:51 pm
I have a task that was using ets_delay_us(), I was pinning this task to core 0 and have now moved the task to core 1. It appears that ets_delay_us() no longer works. esp_timer task is running on core 0. I know that ets_delay_us() is in the ROM, but I expected it to run on the core from which it is called.
I looked for documentation to help explain this but had not luck.
Thanks in advance,
-Steve
I looked for documentation to help explain this but had not luck.
Thanks in advance,
-Steve