You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've a display board with ICs I wrote in the title.
I edited the arduino sketch to recognize the Jedec ID of this eeprom (0xEF4014) and then tried your C# application and works!
Only problem is that chip is 1MB and the application stops at 512k, so there is no way to read the entire eeprom... So I'm asking if you can update the application for reading/writing 1MB (8Mbit) chips.
I've set the correct value in the arduino sketch but looks like is not this the problem (I wrote the same values of the already present W25X80 changing only the name)
The text was updated successfully, but these errors were encountered:
Problem looks like the numericReadLength maximum value, I changed it to 1048576, anyway visual studio gives me 2 exception on formArduino.cs due to "modificationSettings" and then the exe don't works. Error on formArduino.cs are:
Error 1 : type "RTD266xFlash.ModificationSettings" not found
Error 2 : variable "modificationSettings" not declared - this error was given on the row:
Very strange... After some times I closed and reopened the forms... errors disappeared and code compiled... So you can close this issue... I simply edited the maxim value of the control, recompiled and works perfectly... thank you!
Hi,
I've a display board with ICs I wrote in the title.
I edited the arduino sketch to recognize the Jedec ID of this eeprom (0xEF4014) and then tried your C# application and works!
Only problem is that chip is 1MB and the application stops at 512k, so there is no way to read the entire eeprom... So I'm asking if you can update the application for reading/writing 1MB (8Mbit) chips.
I've set the correct value in the arduino sketch but looks like is not this the problem (I wrote the same values of the already present W25X80 changing only the name)
The text was updated successfully, but these errors were encountered: