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.

cc3200 HIb模式唤醒

进入hib休眠后,比如代码:

MAP_PRCMHibernateWakeupSourceEnable(PRCM_HIB_GPIO4|PRCM_HIB_GPIO2);
PRCMHibernateWakeUpGPIOSelect(PRCM_HIB_GPIO4|PRCM_HIB_GPIO2,PRCM_HIB_FALL_EDGE);

 MAP_UtilsDelay(80000);

MAP_PRCMHibernateEnter();

同时设置gpio2和gpio4口唤醒,是否两个口会互相影响?

第二个问题,会不会出现gpio2和gpio4同一时刻唤醒,而没办法区分是哪个口唤醒的?