有一个homekit 门铃项目想用CC3220,现在评估性能。由于没有video需求,打算用一个CC3220+codec就可以做了,但是唤醒的source用什么呢? 一定需要加额外MCU吗? 如规格书描述, MCU hibernate mode 需要external event.
The RTC keeps running and the MCU supports wakeup from an external event or from an RTC timer expiry.
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.
有一个homekit 门铃项目想用CC3220,现在评估性能。由于没有video需求,打算用一个CC3220+codec就可以做了,但是唤醒的source用什么呢? 一定需要加额外MCU吗? 如规格书描述, MCU hibernate mode 需要external event.
The RTC keeps running and the MCU supports wakeup from an external event or from an RTC timer expiry.
In this mode, the MCU can be configured to wake up using the RTC timer or external event on a GPIO .您可以使用RTC 定时器或是GPIO的外部事件唤醒(如按键等)
Hi Susan,用于唤醒的GPIO是不是只有一个? 那是不是在系统里加一个MCU会是比价通用的做法?