Core 1 shows the data.
This all works as expected.
When I get user input on a rotary encoder I want to pause the bluetooth task on core zero, do some settings work, when the settings work is over I want to resume task zero.
I tried using
Code: Select all
vTaskSuspend
Code: Select all
vTaskResume
I also tried using
Code: Select all
vTaskDelete
Code: Select all
xTaskCreatePinnedToCore
When I either
Code: Select all
vTaskResume
Code: Select all
xTaskCreatePinnedToCore