Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

DE2-70 Flash

Altera_Forum
Honored Contributor II
954 Views

how to test flash memory on de2-70 kit?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
254 Views

Whenever I need to quickly test the flash hardware (thus excluding sw driver and application), I usually stick with the raw method: 

I directly access the flash base address with IOWR/IORD and I use the flash command interface. Refer to the actual flash meory datasheet: you usually need only 3 IOWRs to enter auto-select mode and then get device information with IORD. 

This way you immediately test if the flash is 'alive'. Afterwards you can perform more exhaustive tests.
0 Kudos
Reply