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.

CC2640R2F: with External Flash High Standby Current.

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640

Hi,

    Our initial CC2640R2F based product does not have external flash, when it powers up, we set it to not advertise and we are able to get Standby Current of 1.4 uA to 1.6 uA.

    We added external flash to CC2640R2F based product to support Off-Chip OAD. At power up and advertise set to off, I am getting Standby Current of 3 mA. I add this code below at initialization and I am still getting 3 mA standby current.

    ExtFlash_open();
    ExtFlash_close();
    extFlashDeselect();

    What do i need to do to get a Standby Current of 1.4 uA to 1.6 uA from a CC2640R2fF product that has external flash.

- kel