Describe the bug
Sometimes, when calling CGpio functions, it triggers a precise bus fault exception. Unknown if this occurs with raw Zephyr C calls as well.
To Reproduce
Steps to reproduce the behavior:
- Call a CGpio function like Toggle
- Observe precise bus fault exception in UART
Expected behavior
The GPIO does what its told without faulting