AndrejChoo / USB-Programmer-parallel-flash-and-eeprom

USB programmer for parallel flash and eeprom with support for high-voltage parallel programming AVR, based on STM32.
Other
8 stars 0 forks source link

nand flash #2

Open v6760hu opened 4 months ago

v6760hu commented 4 months ago

https://github.com/bbogush/nand_programmer Can I read nand flash

AndrejChoo commented 4 months ago

Hi. NAND flash not supported, only parallel flash and eeprom.

v6760hu commented 4 months ago

Using pin stm32f407vet6 i2c 93 and 92 serial ports to communicate with the upper computer will be faster. Because I saw Nano adopting this fast read and write solution.

AndrejChoo commented 4 months ago

I do not think so. My device uses a hardware USB as a virtual com port, it uses bulk endpoints, and they are the fastest.