Other Parts Discussed in Thread: SYSCONFIG
Hi,
I'm using the SimpleLink 6.20.0.29.
On my custom board, I have an external connector connected to a GPIO Pin. The external connector delivers a voltage of +3,3V.
I also implemented a Pull down resistor on the GPIO Pin on my custom board.
When the connector is disconnected, the device should go into standby.
To do this, I configured the GPIO Pin in SysConfig as Input with Interrupt Trigger "Falling Edge".
When the connector is disconnected, the callback function is only called, when I activate the internal Pull Up Resistor in SysConfig.
If I set it to "None" or "Pull down", the callback function is never called, when I disconnect the connector.
The problem for me is, that the power consumption has to be low as possible, when the device is in standby.
When I measure the power consumption, when no internal Pull Up is activated, I have a value of 20μA, which is very good.
When I activate the internal Pull up, the Power consumption is 0,2mA, which is too high.
So my question is: 
Why is the GPIO callback function not called, when I set the internal resistor to "None"?
Thanks for any help!
Regards
Thomas
 
				 
		 
					 
                           
				