Hi,
I have a custom board using CC2541 in which Port 1 is used as gpio output port. The problem is, when i power up the device all gpio pins becomes high. Since i have connected some output devices to the pins, the devices are turned on. i noticed that there is a register P1INP in which the internal pull up/pull down is set. the reset value of the register makes it 0 and hence the pins are pulled up. How can I change this? is there any way to solve this problem?