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.

紧急求证:求权威解释

Other Parts Discussed in Thread: MSP430FR5970

先上图,这是MSP430FR5970的PDF里面截屏出来的:

我的问题是:从上电到进入main函数需要的时间就是这个表格最后一栏的 tWAKE-UP-BOR吗?在注解(3)中,举例了包括中断和唤醒事件信号,其中的上电能算做唤醒信号吗?

  • 1、不是。这里我理解你的上电是给mcu送电,还要包括从送电到电压稳定的时间

    2、这里是msp430重建内核电压,不是给msp430送电

  • 你好,如果我要知道上电到进入main函数的时间应该根据那个参数来判断各个430系列的区别?

  • datasheet上没有这个参数的,一般从从送电到电压稳定的时间,比mcu开始运行到进入main的时间要长。

  • 从上电到进入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 的开启关断电压。