GPIO Bundle not working on core 1
Posted: Mon Jul 08, 2024 11:02 pm
I have successfully initialized and implemented a GPIO Bundle. The code is running in app_main() on core 0. If I move the functions that control the GPIO pins to a task that is running on core 1 it no longer works. I don't know why it wouldn't work being that both cores use the same peripherals. Any ideas?
Thanks
Thanks