This is my first build using an FV-1 chip and I'm really stuck on the eeprom flashing step. I've got my 24lC32A wired up like in to my Arduino Uno like in this picture
and I'm running the sketch provided in the firmware folder so it can communicate with Asprogrammer. My settings are as follows:
Hardware: Arduino
ComPort:COM4
IC: _24C32
Size:4096
page:32
Address type:2BYTE
Device Address: 1010000
Start Address 0x:000000
It will write the bin file but after I verify, my eeprom just has a bunch of zeros on it.... If I put the eeprom in my Arachnid pedal I won't get any effects, and if I turn the mix up to 100%, then it will go silent. What's really odd to me is that this method of flashing actually worked once, BUT I WALKED AWAY FOR 5 MINUTES AND IT SUDDENLY DIDNT WORK ANYMORE. I tried reflashing the same chip with no luck and now I can't get any other chips to flash properly. Is there anything critical I'm missing here? It doesn't seem like there is anything wrong with my bin file. I'm getting my patches from https://mstratman.github.io/fv1-programs/, building my bank as hex in SpinASM, then converting it to bin using srec_cat and it's coming out exactly 4096 bytes in size.
and I'm running the sketch provided in the firmware folder so it can communicate with Asprogrammer. My settings are as follows:
Hardware: Arduino
ComPort:COM4
IC: _24C32
Size:4096
page:32
Address type:2BYTE
Device Address: 1010000
Start Address 0x:000000
It will write the bin file but after I verify, my eeprom just has a bunch of zeros on it.... If I put the eeprom in my Arachnid pedal I won't get any effects, and if I turn the mix up to 100%, then it will go silent. What's really odd to me is that this method of flashing actually worked once, BUT I WALKED AWAY FOR 5 MINUTES AND IT SUDDENLY DIDNT WORK ANYMORE. I tried reflashing the same chip with no luck and now I can't get any other chips to flash properly. Is there anything critical I'm missing here? It doesn't seem like there is anything wrong with my bin file. I'm getting my patches from https://mstratman.github.io/fv1-programs/, building my bank as hex in SpinASM, then converting it to bin using srec_cat and it's coming out exactly 4096 bytes in size.