TI中文支持网
TI专业的中文技术问题搜集分享网站

问题: C5515 RTC Only 模式下, RTC Alarm无法唤醒系统.

专家,你好!

C5515的datasheet, system user guide, RTC user guide 以及网站上, 都提及到RTC only模式下,  如果要唤醒系统,需要在wakeup pin上面加高电平,

脉冲时间需要超过30.5us.   唤醒系统的方式包括, 外部wakeup pin手工置高电平,  RTC Alarm 和RTC periodic interrupt 三种方式.

我们手工方式成功了, 因为手工情况下将wakeu pin置高电平很容易操作, 持续时间容易控制.  

但是通过RTC Alarm 和 RTC periodic interrup均不能唤醒系统, 但观察到LED瞬间变亮

又变暗的情况, 以及系统电流上升和下降的瞬间.  我们严重怀疑是high pulse 的时间太短.

请问, 我们该怎么办?  RTC Alarm 产生的高电平脉冲宽度, 是否可以进行调整, 该如何调整?

官方说法: http://processors.wiki.ti.com/index.php/C55xx_RTC_ONLY_MODE_SUPPORT

RTC only mode Wake-Up:

A high pulse for a minimum of one RTC clock period (30.5 μs) to the WAKEUP pin is required to wake up the device from the RTC only mode.
WAKEUP Behavior

• A pulse (≥ 30.5 μs) must be applied to the WAKEUP pin (active high). When the WAKEUP pin is asserted, the voltage on the DSP_LDOO pin will start ramping up and it is monitored by the internal POR. Until the voltage reaches to the threshold level, the internal POR will hold the internal POWERGOOD signal low, which provides isolation to RTC during transition period. Once the voltage reaches to the threshold level, the internal POR asserts the internal POWERGOOD signal (logic level high) and it releases reset of the system and disables RTC isolation and enables CPU to communicate with RTC. The boot loader then boots the program again.
• WAKEUP logic REQUIRES writing a 1 to RTC Interrupt Flag Register, before a subsequent wakeup event (pulse) can wake-up the system.

– Clear EXTFL bit of RTC Interrupt Flag Register (bit 5 of RTCINTFL – 0x1920) by writing a 1 after a WAKEUP event to detect future WAKEUP events

同问帖子: http://www.deyisupport.com/question_answer/dsp_arm/c5000/f/48/p/71443/172594.aspx#172594

xingliang zhu:

回复 Shine:

好的, 昨天已经解决了这个问题. 谢谢

Weifeng Ying:

回复 xingliang zhu:

前辈,

你好,我想问一下DSP C5515我为什么进不了低功耗,按照手册上配置了,执行idle 指令后,就停止在这条指令,手动wakeup也不能继续执行。我没有配置wakeup中断服务例程。按照手册配置的时候,也发现有些寄存器赋值后,通过CCS查看寄存器,发现有个别bit好像赋值不了

能指点一下么

赞(0)
未经允许不得转载:TI中文支持网 » 问题: C5515 RTC Only 模式下, RTC Alarm无法唤醒系统.
分享到: 更多 (0)