Difference between revisions of "Component: Serial Flash (W25) (EEPROM)"
From Flowcode Help
Jump to navigationJump to search| Line 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 321: | Line 323: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
| − | |||
| − | |||
Revision as of 12:21, 3 February 2023
| Author | Matrix TSL |
| Version | 1.0 |
| Category | EEPROM |
Contents
Serial Flash (W25) component
Component to allow support for the Winbond W25 range of SPI Flash devices. Compatible with various sizes of Flash including: 2Mb, 4Mb, 8Mb, 32Mb, 64Mb, 128Mb.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/SerialFlash_W25Q.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/SerialFlash_W25Q.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
EraseBlock
EraseChip
Initialise
| Initialise | |
| Initialises the SPI bus ready for communications. | |
| Return | |
ReadDataArray
ReadDataByte
ReadStatus
| ReadStatus | |
| Reads one of the internal status registers on the device | |
| Reg | |
| Selects which status register to read, 0 = Status or 1 = Status 2. | |
| Return | |
ReadUniqueID
WriteControl
WriteDataArray
WriteDataByte