Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTD2556 + EEprom 25Q80DV #23

Closed
Cyb3rn0id opened this issue Nov 22, 2023 · 2 comments
Closed

RTD2556 + EEprom 25Q80DV #23

Cyb3rn0id opened this issue Nov 22, 2023 · 2 comments

Comments

@Cyb3rn0id
Copy link

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)

@Cyb3rn0id
Copy link
Author

Cyb3rn0id commented Nov 22, 2023

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:

this.groupModify.Controls.Add(this.modificationSettings);

@Cyb3rn0id
Copy link
Author

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!

@floppes floppes closed this as completed Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants