KingMoshe
Member level 2
Hi all,
I hope my question is related to here.
I want to write 256 parameters to EEPROM device from txt file on my computer.
Today I have I2C communication between the FPGA and the EEPROM device and I succeed to read and write from / to the EEPROM.
The only problem is that I need to write each parameter separately because I set only one register for the DATA should be written to the EEPROM.
And the second problem is that I need to program the FPGA each time with a different DATA on this register.
How can I write the all 256 parameter to the EEPROM from txt file on my computer with or without the FPGA?
And it should be easy to change the parameters value without burn the FPGA.
Arduino can be considered also.
Thanks,
Moshe
I hope my question is related to here.
I want to write 256 parameters to EEPROM device from txt file on my computer.
Today I have I2C communication between the FPGA and the EEPROM device and I succeed to read and write from / to the EEPROM.
The only problem is that I need to write each parameter separately because I set only one register for the DATA should be written to the EEPROM.
And the second problem is that I need to program the FPGA each time with a different DATA on this register.
How can I write the all 256 parameter to the EEPROM from txt file on my computer with or without the FPGA?
And it should be easy to change the parameters value without burn the FPGA.
Arduino can be considered also.
Thanks,
Moshe