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低功耗模式LPDS 和 hibernate mode唤醒方式

Other Parts Discussed in Thread: CC3235MODASF, SYSCONFIG

CC3235MODASF Datasheet手册上描述MCU低功耗模式LPDS 唤醒方式: The MCU can be configured to wake up using the RTC timer or by an external event on specific GPIOs as the wake-up source. 请问下这个特定的硬件GPIO口是Table 7-1. Pin Attributes and Pin Multiplexing 描述的Select as Wakeup Source 里面的嘛? 通过主机连接specific GPIO唤醒的时序控制是怎么样的?

同理 hibernate mode 通过GPIOs唤醒的方式是怎么样?

  • user6571908 说:
    请问下这个特定的硬件GPIO口是Table 7-1. Pin Attributes and Pin Multiplexing 描述的Select as Wakeup Source 里面的嘛?

    是的,您的理解是正确的

    user6571908 说:
    通过主机连接specific GPIO唤醒的时序控制是怎么样的?

    手册 只给出了 Figure 8-12 shows the GPIO timing diagram

    user6571908 说:
    同理 hibernate mode 通过GPIOs唤醒的方式是怎么样?

    您可以看一下 数据手册

    Figure 8-7 shows the timing diagram for wake up from the hibernate state.

    有两种方法可以进行此设置:

    1. 如果您已安装CCS v9.x且至少具有SDK v3.4,则可以在所用的任何示例中使用sysconfig文件,并且可以在电源接口中使用config来为LPDS配置GPIO
    2. 第二种选择是使用TRM第15.3节中介绍的PRCM API。启用电源策略(大多数示例都可以)并且配置唤醒源后,您便可以使用API来实现

  • Figure 8-12 没有给出我想要的时序啊,GPIO唤醒方式是通过外部host active-high嘛?有时间要求嘛?
    Hibernate mode 唤醒源GPIO口也是Table 7-1. Pin Attributes and Pin Multiplexing 描述的Select as Wakeup Source 里面的嘛?Figure 8-7有没有给出时序要求了?看起来像是定时唤醒的?
  • 我看了一下,确实是没有给出时序图。关于GPIO唤醒LPDS,您可以参考下面的链接:

    e2e.ti.com/.../2592071

    e2e.ti.com/.../cc3220sf-gpio-wakeup-in-lpds-mode

    “Hibernate mode 唤醒源GPIO口也是Table 7-1. Pin Attributes and Pin Multiplexing 描述的Select as Wakeup Source 里面的嘛?”

    是的

    关于GPIO唤醒 Hibernate的方法,请参考上一条回复