Other Parts Discussed in Thread: ENERGYTRACE
using the gpiostandby example, my standby current seems much higher than it should be -- approximately 168uA.... here is the signal i'm seeing:
i'm powering my board externally, and i have removed the 10-pin debug cable.... i've left the jumper in-place for the LED, hence the additional ~6mA of current every other second....
the generated ti_drivers_config.c file does contain a call to Board_shutdownExtFlash() as expected; but what else on my launchpad could be drawing this much current when my program is suspended???? other than GPIO, i'm not using any other drivers....
my expectations were for current in the ~1uA range....