Hi
I'm using a bluegiga BLE113 bluetooth module which is essentially a CC2541.
I am finding that a GPIO I am using is only switching between 0V-3V rather than the 0V-3.3V that is being supplied to the chip.
I have found this is due to the 1K pulldown I have added to the line. (If I remove pulldown the problem goes away)
I see this behaviour even if the gpio is disconnected from everything but the pulldown.
With the pulldown connected the pin should be sourcing 3.3mA (Datasheet advised pin can source upto 4mA). So I am not trying to source too much current from the pin.
Can anyone shed any light on whats going on here?!
(The reason I cant just remove / increase value of pulldown is - when device is held in reset the GPIO's are set to inputs with 20K pullup. The signal being driven by the GPIO must be held low during reset. This means I need the 1K pulldown to form a divider to hold the signal low enough)
Thanks for your help
Jamie