Difference between revisions of "Winbond W25M512JVFIQ serial Flash"

From SEGGER Wiki
Jump to: navigation, search
(Selecting second Flash die of Winbond W25M512JVFIQ serial flash)
 
Line 1: Line 1:
 
The Winbond W25M512JVFIQ is a stacked SPI Flash, meaning it consists of two seperate 256 MBit SPI Flashes.
 
The Winbond W25M512JVFIQ is a stacked SPI Flash, meaning it consists of two seperate 256 MBit SPI Flashes.
 
Both SPI Flashes share the same Pins and by default always Die #0 is selected for access.
 
Both SPI Flashes share the same Pins and by default always Die #0 is selected for access.
To select the second SPI Flash die #1 it is necessary to send special command to the SPI Flash, after sending the command you access die #1 similar to accessing die #0 before.
+
To select the second SPI Flash die #1 it is necessary to send a special command to the SPI Flash. After sending the command you can access die #1 similar to accessing die #0 before.
   
 
__TOC__
 
__TOC__
Line 8: Line 8:
 
The following initsteps show how to reconfigure the serial flash to select the second die of the stacked SPI Flash by sending the command "0xC2 0x01"
 
The following initsteps show how to reconfigure the serial flash to select the second die of the stacked SPI Flash by sending the command "0xC2 0x01"
   
To select the first die #0 again send "0xC2 0x00" to the SPI Flash.
+
To select the first die #0 again send "0xC2 0x00" to the SPI Flash or reset the SPI Flash.
   
 
[[File:InitStepsJFlashSPI_SwitchSPIFlashDie.png]]<br>
 
[[File:InitStepsJFlashSPI_SwitchSPIFlashDie.png]]<br>

Latest revision as of 16:43, 26 September 2019

The Winbond W25M512JVFIQ is a stacked SPI Flash, meaning it consists of two seperate 256 MBit SPI Flashes. Both SPI Flashes share the same Pins and by default always Die #0 is selected for access. To select the second SPI Flash die #1 it is necessary to send a special command to the SPI Flash. After sending the command you can access die #1 similar to accessing die #0 before.

Selecting second Flash die of Winbond W25M512JVFIQ serial flash

The following initsteps show how to reconfigure the serial flash to select the second die of the stacked SPI Flash by sending the command "0xC2 0x01"

To select the first die #0 again send "0xC2 0x00" to the SPI Flash or reset the SPI Flash.

InitStepsJFlashSPI SwitchSPIFlashDie.png