I am trying to flash an old PC bios chip (Winbond W39V080FAPZ), and while it is compatible with Flashrom (in FWH mode), I cannot figure out how to program it using Arduino.
frser Arduino cannot detect it, and it shouldn't, due to the documentation saying it is pointed that the spi interface, uses 5 pins, and the chip I am programming needs 9 pins.
The datasheet for the chip is here
I already did the 5v to 3.3v voltage dividers, but I am quite lost right now.
I don't think I'm ready to write my flashing engine for FWH, but programming it with the mega using the standard multiplexer mode is a possibility (also challenging). Does anyone have a tip? It would be really really appreciated
I have a Mega and a UNO