先上图,这是MSP430FR5970的PDF里面截屏出来的:
我的问题是:从上电到进入main函数需要的时间就是这个表格最后一栏的 tWAKE-UP-BOR吗?在注解(3)中,举例了包括中断和唤醒事件信号,其中的上电能算做唤醒信号吗?
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.
先上图,这是MSP430FR5970的PDF里面截屏出来的:
我的问题是:从上电到进入main函数需要的时间就是这个表格最后一栏的 tWAKE-UP-BOR吗?在注解(3)中,举例了包括中断和唤醒事件信号,其中的上电能算做唤醒信号吗?
从上电到进入main函数需要的时间就是这个表格最后一栏的 tWAKE-UP-BOR吗?
YES,这个是从 BOR - POR - PUC -main() 的总时间。
在注解(3)中,举例了包括中断和唤醒事件信号,其中的上电能算做唤醒信号吗?
A BOR is a device reset. A BOR is only generated by the following events:
• Powering up the device
• A low signal on RST/NMI pin when configured in the reset mode
• A wake-up event from LPMx.5 (LPM3.5 or LPM4.5) modes
• A software BOR event
上电可以产生BOR,至于上到多少伏,你可以查一下各个器件规格书中 brownout circuit 的开启关断电压。