This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3235MODASF: Sysconfig & hibernate wake up pin

Part Number: CC3235MODASF
Other Parts Discussed in Thread: SYSCONFIG

Hi,

With the latest sdk, it's becoming harder not to use sysconfig so I am currently porting our application to it. 

The last issue I have is that I am not able to select multiple inputs for "Wakeup GPIO Source Shutdown". 

In my code not using sysconfig, this was working fine.

wakeupGPIOSourceShutdown = PRCM_HIB_GPIO4 | PRCM_HIB_GPIO11,

In the TRM page 623 it seems to be officially supported:

"Pins marked (wake) can be configured to wake up the chip from hibernate or LPDS state. In the current silicon revision, any wake pin can trigger wake up from hibernate. The wake-up monitor in the hibernate control module logically ORs these pins applying a selection mask. However, wakeup from LPDS state can be triggered only by one of the wake-up pins that can be configured before entering LPDS. The core digital wake-up monitor uses a mux to select one of these pins to monitor"

Can you support it in sysconfig as well?

Any quick and dirty hack to suggest in the meantime? I've tried editing the syscfg file without success.

Thanks,

Cédric