I am using a GPIO pin (P1.05) as a reset signal for an external CPU component. The pin functions correctly and stays low when tested in a basic GPIO application. However, as soon as I implement the BLE stack, the pin behavior changes: it stays High by default and only toggles Low for a few milliseconds when triggered, before immediately returning High.
It appears something in the BLE initialization or a hardware conflict is pulling this pin High. I have defined the pin in my overlay as GPIO_ACTIVE_HIGH. Is there a known conflict with Port 1 Pin 5 when using the BLE controller, or is my initialization order incorrect?