Modifications of the nRF7002DK to be compatible with an external MCU for SPI at 3.3V

Hello!

I am currently using the nRF7002DK, and I am interested in utilizing the nRF5340 MCU as a slave SPI with an external MCU that supports 3.3V SPI voltage levels. My goal is to establish SPI communication between the nRF5340 MCU (used in the nRF7002DK) and the external MCU, utilizing different pins than those used for QSPI communication with the nRF7002 IC. This is necessary as there will be two separate SPI/QSPI buses.

Could you provide guidance on how to modify the nRF7002DK to apply a 3.3V supply to the nRF5340 MCU? This adjustment would make the nRF5340 compatible with the external MCU's SPI voltage levels, allowing seamless communication without the risk of damage.

Thank you and best regards,

Holman.

Parents
  • Hi Holman

    I assume you're aware that the on the nRF52/53 series devices, the GPIO voltage always follows the VDD. Does 3.0V not suffice in your case? As I think supplying the board with 5V should let you use the voltage follower on the DK. Alternatively you can disable the voltage follower so the 3V BUCK regulator is the only thing used which should supply the whole board with 3V exactly. Please see the nRF7002DK user guide for more details.

    What are the specs of this external SPI device you want to connect exactly?

    Best regards,

    Simon

Reply
  • Hi Holman

    I assume you're aware that the on the nRF52/53 series devices, the GPIO voltage always follows the VDD. Does 3.0V not suffice in your case? As I think supplying the board with 5V should let you use the voltage follower on the DK. Alternatively you can disable the voltage follower so the 3V BUCK regulator is the only thing used which should supply the whole board with 3V exactly. Please see the nRF7002DK user guide for more details.

    What are the specs of this external SPI device you want to connect exactly?

    Best regards,

    Simon

Children
Related