Forum Discussion
Anu_Jayan
New Contributor
2 years agoCFI flash test
Hello, I am working on custom board Cyclone 10GX FPGA. I am able to detect the CFI flash driver name in BSP editor of Eclipse NiosII EDS. Now I need to test the CFI flash. Can anyone share me the li...
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
We apologize we do not have the example design code to test these, but for flash you can look here:
https://www.intel.com/content/www/us/en/docs/programmable/683525/21-3/using-flash-devices.html
https://www.intel.com/content/www/us/en/docs/programmable/683525/21-3/simple-flash-access.html
https://www.intel.com/content/www/us/en/docs/programmable/683525/21-3/fine-grained-flash-access.html
It explains which API you can use for your own code for simple flash usage.
For system ID, it uses the SBT for Eclipse to check the system ID:
https://www.intel.com/content/www/us/en/docs/programmable/683525/21-3/nios-ii-13233.html
Are these info sufficient for you?