I am working on a custom board based on nrf52810 that my client provided. In this board the accelerometer (Bosch BMA250E) power has been controlled by the PIN 9. However when i try to set the pin for gpio output in code i am getting only 0.6 volts as output. But my accelerometer needs 3.3 volts to power up and running (as low as 2.6 volts is good). In the nrf52810 Datasheet there is nothing mentioned about this. I own a nrf52DK which has nrf52832. In the nrf52832 Datasheet it has been mentioned these pins are NFC and GPIO multipurpose pins and they have limitations in used as GPIO pins which also seems like my problem. We searched the devzone and found this thread https://devzone.nordicsemi.com/f/nordic-q-a/29041/how-to-enable-p0-09-and-p0-10-as-gpio-pins-on-the-nrf52-instead-of-nfc-pins and tried all the steps. But still i cannot get high enough voltage to operate the accelerometer.