I'm looking to program an SPI flash chip (Winbond W25Q80DLZPIG).
The vendor of the image to be uploaded specifies to set byte padding value of “00” (the default padding value used by SPI is “FF”).
Does your software support this configuration ?
Byte Padding
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: Byte Padding
FLASH memory cells are by default 0xFF (empty) but you can rewrite it with any value. You will need to prepare your file before writing to FLASH. You can modify buffer to 0x00 and write it to FLASH and you will have 0x00. In REVELPROG-IS software you can use fill function and select all area or selection area and set it to 0x00: