QSPI on EK-RA6M5
hackster.io·9h
Flag this post

The project implements communication with the on-board QSPI flash on EK-RA6M5 in 2 different modes: extended SPI mode and QPI mode.

The QSPI flash chip is Macronix 256 Mb (32 MB) serial flash Quad-SPI memory (MX25L25645G)

https://www.mxic.com.tw/Lists/Datasheet/Attachments/8906/MX25L25645G, %203V, %20256Mb, %20v2.0.pdf

The FSP module used on this project is r_qspi:

https://renesas.github.io/fsp/group___q_s_p_i.html

The code has the following functionality:

1st part (Extended SPI mode):

1) Initialize the QSPI peripheral of RA6M5

2) Send the write enable command to the QSPI

3) Write status register to se…

Similar Posts

Loading similar posts...