A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/stm32duino/MX25R6435F below:

stm32duino/MX25R6435F: Arduino library to support the Quad-SPI NOR Flash memory MX25R6435F

Arduino library to support the Quad-SPI NOR Flash memory MX25R6435F using the Quad SPI flash memories interface. Since library version 2.0.0 and STM32 core version 2.0.0 the OctoSPI Flash memories interface can also be used.

The library provides the following API:

Since library version 2.0.0, xSPI pins can be defined at sketch level, using:

  MX25R6435F.setDx(PE12, PE13, PE14, PE15); // using pin number
  MX25R6435F.setSCLK(PE10);
  MX25R6435F.setSSEL(PE_11); // using PinName
  MX25R6435F.begin();
  MX25R6435F.begin(PE12, PE13, PE14, PE15, PE10, PE11);

3 sketches provide basic examples to show how to use the library API:

You can find the source files at
https://github.com/stm32duino/MX25R6435F

The MX25R6435F datasheet is available at
http://www.mxic.com.tw/Lists/Datasheet/Attachments/6270/MX25R6435F,%20Wide%20Range,%2064Mb,%20v1.4.pdf


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4