Hi,
Routine running normally in low power mode with power_manage() .
but after sd_flash_write/erase current consumption goes high(almost 20mA).
If anything is missing after sd_flash_write()?
Thanks!
Hi,
Routine running normally in low power mode with power_manage() .
but after sd_flash_write/erase current consumption goes high(almost 20mA).
If anything is missing after sd_flash_write()?
Thanks!
Hi
I am not exactly not sure why the current consumption goes up after sd_flash_write. Would be better to see your code perhaps and/or more description of your setup.
There is a pstorage example available on this thread. That is usually more convenient to use than sd_flash_write/erase directly. Is there any specific reason for you to use the sd_flash_write/erase directly?