Dear All,
I have noticed the following issue:
In the beginning of my code execution pin 1.09 is high, before I can even call
nrf_drv_gpiote_init();.
From what I found in the datasheet pin p1.09 is used also for trace data, so I am assuming that the pin is configured for that in the beginning and then when my code executes it initializes to low, but before that it is set to high.
Is my assumption right? Is there any way to make the pin start low in the beginning of the execution? Am including the measurement from a logic analyser.
I am using NRF5SDK v16.0.0, softdevice: s113, version 7.
