Difference between revisions of "STM32 W25Qxx"

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:C]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:Embedded]][[Category:STM32]]{{metadesc|Using W25Qxx Serial Flash on STM32}}
 
[[Category:C]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:Embedded]][[Category:STM32]]{{metadesc|Using W25Qxx Serial Flash on STM32}}
This page describes how to use [[W25Qxx|W25Qxx Serial Flash/EEPROM]] chips with the [[STM32]].
+
This page describes how to use [[W25Qxx|W25Qxx Serial Flash/EEPROM]] chips with the [[STM32]]. The examples and code on this page has been developed on and for the [[Black Pill]] development board.
 +
 
 +
== [[Black Pill]] [[EEPROM]] ==
 +
 
 +
to be added
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==
 
* [https://github.com/nimaltd/w25qxx W25QXX SPI FLASH Library for STM32]
 
* [https://github.com/nimaltd/w25qxx W25QXX SPI FLASH Library for STM32]
 
* [https://datasheet.lcsc.com/lcsc/1811142111_Winbond-Elec-W25Q128JVSIQ_C97521.pdf Winbond W25Q128 Datasheet]
 
* [https://datasheet.lcsc.com/lcsc/1811142111_Winbond-Elec-W25Q128JVSIQ_C97521.pdf Winbond W25Q128 Datasheet]

Revision as of 04:24, 26 February 2022

This page describes how to use W25Qxx Serial Flash/EEPROM chips with the STM32. The examples and code on this page has been developed on and for the Black Pill development board.

Black Pill EEPROM

to be added

Miscellaneous Links