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
GPIO Bundle not working on core 1
-
- Posts: 1701
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: GPIO Bundle not working on core 1
Thanks for the link, that was it. I needed to initialize it on a task that is pinned to core 1. I found that whichever core initialized it last was the core that could control the pins.
Thanks
Thanks
Who is online
Users browsing this forum: PhilipK and 78 guests