Other Parts Discussed in Thread: TMS320F28375D, CC2650
I'd like to use the delfino (TMS320F28375D) with another low-power microcontroller (CC2650). The design is power-sensitive so I'd like to use the CC2650 to periodically check sensors while the Delfino is off. The catch is that the Delfino would also need to access those sensors when it wakes up. Hibernation seems like the correct way but in the interest of time for a demo I'd like to just power down the Delfino. I see two options outside of software but it's not clear what the device's behavior will be:
* Disable all regulators to the Delfino. The issue is that some of the GPIO pins will be driven while the CC2650 chats with sensors. Will this really be an issue?
* Disable just the core (Vdd). It's not clear what the behavior is for this. Will it draw lots of power if it's just left like this? Is it still bothered by having it's IO driven?
Thanks,
~Kevin