gpt4 book ai didi

serial-port - 通过 RS232 将 PIC16F1825 从 sleep 状态唤醒

转载 作者:行者123 更新时间:2023-12-02 08:42:51 25 4
gpt4 key购买 nike

是否可以使用 RS232 将 Microchip PIC16F1825 从 sleep 状态唤醒,而无需查看字符?

因为允许的 RX 引脚之一支持变化中断,所以我认为这可能是可能的。

有人成功实现过这个吗?

最佳答案

当然!

来自数据表 PIC16(L)F1825/1829 :

9.1 从 sleep 中唤醒

The device can wake-up from Sleep through one of the following events:
1. External Reset input on MCLR pin, if enabled
2. BOR Reset, if enabled
3. POR Reset
4. Watchdog Timer, if enabled
5. Any external interrupt
6. Interrupts by peripherals capable of running
during Sleep (see individual peripheral for more information)

所以你可以使用:

1) 外部中断 电平变化中断,如果您将 RX 引脚与配置为电平变化中断的其他引脚之一连接。

2)外设中断 RCIF:USART 接收中断标志位。当接收器缓冲区已满(接收到一个 UART 字)时,中断将被挂起,您的 CPU 应该被唤醒。

关于serial-port - 通过 RS232 将 PIC16F1825 从 sleep 状态唤醒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11594899/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com