Hi.
I made a board with nRF54L15.
I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high.
Then, I asked nordic AI anything to solve this problem.
AI recommended to add below in prj.conf, because nRF54L15DK use P0.01 as XTAL bridge by default.
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y #for enable P0.01 GPIO
According to this, I added this and built my program.
But, I couldn't GPIO high.
Would you tell me anything to solve ?
Best regards.