我的程序基于oad_onchip修改,当检测到开关关闭后,进入shutdown模式,在进入shutdown模式前关闭了用到的外设,检测shutdown模式电流还有600ua:
请问,这个电流是怎么来的,是否需要关闭时钟、停止广播等操作,如果需要这个Api是啥呢?
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.
我的程序基于oad_onchip修改,当检测到开关关闭后,进入shutdown模式,在进入shutdown模式前关闭了用到的外设,检测shutdown模式电流还有600ua:
请问,这个电流是怎么来的,是否需要关闭时钟、停止广播等操作,如果需要这个Api是啥呢?
您好,
请参考下面的链接如何进入shutdown模式。相关需要引脚的配置。
Shutdown mode, 器件完全关闭(包括 AON 域),并且 I/O 被锁存他们在进入关闭模式之前的值。
你好,找到问题所在,是因为内部flash的dio被外部电路所用,导致让Board_Init里面让flash进入powerdown模式不生效,flash处于工作状态。