takur
New Contributor
3 years agoMAX10 RSU
I have implemented RSU over i2c based on this example:
https://www.intel.com/content/www/us/en/design-example/714746/max-10-i2c-remote-system-update-example.html
It’s been working good with a MA...
Hi,
Thank you for contacting Intel community.
Please provide the full error message/screenshot. Including the error code.
Regards,
Aiman
Hi
How I can get error code from this example? Is there any others error registers?
Now I can read from register 0x81. This indicate FlashError (bit2 is 1).
`define ADDR_PrimaryErrSts 129 //8'h81
RegFile[`ADDR_PrimaryErrSts][ 2] <= FlashError;
Regards,
Tapani