JN5189 门磁的干簧管合上对地,此时进入深度休眠时功耗为59uA,弹开时为3.7uA

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JN5189 门磁的干簧管合上对地,此时进入深度休眠时功耗为59uA,弹开时为3.7uA

478 Views
779525800
Contributor I

JN5189 门磁的干簧管合上对地,此时进入深度休眠时功耗为59uA,弹开时为3.7uA

休眠前的配置IO为  IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN) 如下代码,请问有什么配置要修改或者是有什么电路推荐使用将功耗降到5uA以下的,谢谢!

void BOARD_SetPinsForPowerMode(void)

{

   for ( int i=0; i<22; i++)

   {

       /* configure GPIOs to Input mode */

       GPIO_PinInit(GPIO, 0, i, &((const gpio_pin_config_t){kGPIO_DigitalInput, 1}));

       IOCON_PinMuxSet(IOCON, 0, i, IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN);

   }

}

Labels (2)
0 Kudos
0 Replies