ikalogic / ScanaStudio-scripts-v3

8 stars 13 forks source link

Update spi_flash_memory to add NAND support and numbered payload. #7

Closed cHemingway closed 4 years ago

cHemingway commented 4 years ago

Support for Micron MT29F 60 series NAND SPI flash. I have tested most commands, apart from dual/quad. Also added an option to enumarate each data byte, useful with long payloads.

cHemingway commented 4 years ago

Known issues:

cHemingway commented 4 years ago

Hey, any thoughts on this pull request? Anything I can do to improve it?

ikalogic commented 4 years ago

Thank you very much @cHemingway ! I would love to hear about your experience with this JavaScript API, and how hard (or easy) it was to use it?

cHemingway commented 4 years ago

Hi @ikalogic !

Thanks! I have another branch with packet supported added (works with NOR too), I will check if it is up to scratch for a pull request.

Its been a bit of a while, so I might have forgotten some things, but generally my thoughts on the JS API are that is is perfectly servicable, though not too friendly for beginners.

GUI Issues

SPI Decoder Issues

General Language Experience

ikalogic commented 4 years ago

@cHemingway Thank you very much for this detailed response.

Your ideas are excellent, and we will implement them, alongside other features being added.