EVE3 Flash Compatibility
Posted: Thu May 20, 2021 1:27 pm
Hey Support,
Do we know what flash is compatible or not with the EVE3 BT81x chips? I'm struggling to get images up and running from flash and I found trying to initialize the flash (via Rudolph's init_flash, checks to make sure the flash is attached then commands flashfast) that my flash had no header (Error 0xE002) since it was blank which makes sense. So I found the blob file in the install directory, opened in HxD and copied the data as C into an array in my application. Then I erased the flash (flasherase) then wrote the blob array to flash. Disabled flash in my application and rebooted to find a new error 1 (Error 0xE001) flash not supported. The chip I'm using is the same from the Bridgtek application circuits, W25Q128JVSIQ, which was surprising non the less to receive an error on it.
Thanks,
Alex
Do we know what flash is compatible or not with the EVE3 BT81x chips? I'm struggling to get images up and running from flash and I found trying to initialize the flash (via Rudolph's init_flash, checks to make sure the flash is attached then commands flashfast) that my flash had no header (Error 0xE002) since it was blank which makes sense. So I found the blob file in the install directory, opened in HxD and copied the data as C into an array in my application. Then I erased the flash (flasherase) then wrote the blob array to flash. Disabled flash in my application and rebooted to find a new error 1 (Error 0xE001) flash not supported. The chip I'm using is the same from the Bridgtek application circuits, W25Q128JVSIQ, which was surprising non the less to receive an error on it.
Thanks,
Alex