QSPI communication in nrf port

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
anoop
Posts: 1
Joined: Thu May 13, 2021 6:49 am

QSPI communication in nrf port

Post by anoop » Tue Jun 01, 2021 12:23 pm

I am trying to connect to NAND flash that uses QSPI communication, I can't find any example in nrf port about it.

I can see a file https://github.com/micropython/micropyt ... m32/qspi.c in STM32 port, but I don't see any python example about, I don't know much about these config just following instructions from docs.

Is there any example for QSPI and NAND flash to store files.

Thanks.

Post Reply