enjoy-digital/colorlite

Flash Read ID command not working

Closed this issue · 1 comments

Hi,

I think that the value for the READ_ID command should be 0x9F and not 0x9E in scripts/test_flash.py

0x9E returns 00000000
0x9F returns 00ef4016

0x9F is documented on page 48 of the gd25q16c_v3.0_20181204.pdf in the chubby75 repo and EF4016 looks very reasonable for a Winbond chip.

Thanks for putting this together. It really helped me understand what etherbone is and it has got me past Blinky!

Cheers,
Derek

Thanks for the feedback and reporting the issue. This has been fixed with e52da43.