How to use SPI Flash with RIOT? Examples available?

Hey,

I got the W25Q64JV. As I understand it the SPI interface for this is standardized and should be supported by the Serial NOR flash driver. Do I need the Memory Technology Device by myself in my application or how I am supposed to use it? Are there any examples available?

Hi Philipp,

You might take a look at [1] or [2] to get some examples on how to get it working.

Kind regards, Bas

[1] https://github.com/RIOT-OS/RIOT/blob/master/boards/mulle/board.c#L51 [2] https://github.com/basilfx/RIOT/blob/feature/knx/boards/basilfx-taster/board.c#L33-L48 (this is my own feature branch with a custom board, I’m using the MX25R8035F)