STM32 Series: SPI Timing for W25Q64 (Hardware SPI and Simulated SPI)

STM32 Series: SPI Timing for W25Q64 (Hardware SPI and Simulated SPI)

Click the blue text Follow us 1. Introduction to W25Q64 The W25Q64 (64Mbit) is a serial FLASH memory solution designed to provide minimal space, pin count, and power consumption for systems. The 25Q series offers greater flexibility and superior performance compared to standard serial FLASH memory. Based on double/quad SPI, they can immediately provide data … Read more

W25Q64 SPI Read/Write Control in Verilog for Gowin

W25Q64 SPI Read/Write Control in Verilog for Gowin

**Name:** W25Q64 SPI Read/Write Control in Verilog for Gowin **Software:** Gowin IDE **Language:** Verilog **Code Functionality:** Implements read/write operations for the W25Q64 SPI Flash, ID reading, and data display, controlled by buttons for read/write operations and a seven-segment display, suitable for embedded storage systems. **Code Implementation Approach:** This design implements SPI Flash read/write control in … Read more

STM32 – Application of SPI Principles with W25Q64 (Part II)

STM32 - Application of SPI Principles with W25Q64 (Part II)

Click the blue text above to follow us Embedded Training – Choose Jufeng Smart Link 1. Overview In the previous chapter “STM32 – Mastering SPI Principles (Part I)”, I explained some of the underlying architecture of SPI. In this article, we will demonstrate how to use the SPI principles to write data to the W25Q64 … Read more

STM32 Microcontroller #12 SPI Communication (Software Read/Write)

STM32 Microcontroller #12 SPI Communication (Software Read/Write)

Main reference materials: Bilibili @ Jiangxie Technology STM32 Beginner Tutorial – 2023 Edition Detailed Explanation with Chinese Subtitles Development material download link: https://pan.baidu.com/s/1h_UjuQKDX9IpP-U1Effbsw?pwd=dspb Microcontroller kit: STM32F103C8T6 development board microcontroller C6T6 core board experimental board minimum system board kit (available for purchase at the end of the article) SPI Communication • SPI (Serial Peripheral Interface) is … Read more