Tool/software: TI-RTOS
Hello,
1. In our sensor/collector application both of the devices are battery powered. They are not connected to one another persistently, only while actively being used. The sensor is fine, but I am finding that the collector device can only get a standby current of approximately 2 mA. This could very well just need to be optimized, but so far I have been unable to do so. I am wondering if, by design, a collector is not intended to be put into a low current standby (in the uA range). This could make sense to me since the collector is supposed to be a hub for a sensor network. So, is standby current in the uA range possible on a collector?
2. Alternatively, I think using shutdown would work for us too since the network is recalled from NV on startup. I am having separate issues with that. I use Power_shutdown(0, 0) to shut down the device, along with button wakeups. The current in shut down is fine. When I press the button to wake the device the current stays in the 4-5 mA range and is unresponsive to any button presses, but if I start back up by manually disconnecting/reconnecting power it starts up fine (also, pin reset works fine).
This issue seems to be related to Bim_checkImages() since it works fine if I comment this out in the bim. We have a bim because the project has been modified to either boot as a sensor or a collector, depending on a flag in NV. This is just to enable the possibility of OAD on our collector (which works fine).
It would be great if I could get help with any one of these issues since they both seem to be valid solutions. Solution 1 is preferred though.
Thanks,
Darcy