on the nrf5340 DK i want to put the external flash into it lowest power state before i go to deep sleep

i have a custom board with the nrf5340 which uses the same external flash as the one on the nrf5340 DK board.  Before i put the processor into deep sleep with regulators off i want to know what i should do to the external flash to have it draw the minimum amount of power.

should I program the CS to off.  should i program the reset pin to put the part into reset?

should i send the chip a command to go to low power state ?

if so what should i set the CS and reset pins to ?

thanks

phil

Parents
  • Hi

    A very similar question was asked in this DevZone ticket, where my colleague Dejan has a lengthy discussion with another user, so please give it a read and let me know if anything is unclear.

    In summary, the generic way forward would be to finish up any data transfers, uninit and power down the MX25 to a low power mode, and then set the CS pin to off to make sure it's off. Then you put the nRF5340 device into a low power mode by ending any other threads that might be running.

    Best regards,

    Simon

  • right now i am looking at using the SPI channel to command the MX25 to go to the deep power down mode.  I found this on the data sheet.

    thanks

    phil

  • Hi, 

    Sorry for delayed answer, Simon went on vacation and this thread fell into the invisible cracks.

    weightwatcherphil said:
    right now i am looking at using the SPI channel to command the MX25 to go to the deep power down mode

    I do not think we have resources to help or debug commands specific SPI commands for a specific sensor. The other ticket has established that the SPI and also QSPI works to access MX25xx. 

    If the default driver of MX25xx does not support it already with the custom commands to make the chip go to low power, then you need to ask the Zephyr community or the sensor vendor to help with this.

Reply
  • Hi, 

    Sorry for delayed answer, Simon went on vacation and this thread fell into the invisible cracks.

    weightwatcherphil said:
    right now i am looking at using the SPI channel to command the MX25 to go to the deep power down mode

    I do not think we have resources to help or debug commands specific SPI commands for a specific sensor. The other ticket has established that the SPI and also QSPI works to access MX25xx. 

    If the default driver of MX25xx does not support it already with the custom commands to make the chip go to low power, then you need to ask the Zephyr community or the sensor vendor to help with this.

Children
Related