Forum Discussion
Altera_Forum
Honored Contributor
10 years agoRead/Write EPCS64 flash from Nios II
Hi all, Actually, I'm trying to write/read my flash device using the HAL functions. After opening the device, I write into the EPCS64 using alt_write_flash_block, then i read it using al...
Altera_Forum
Honored Contributor
10 years agoI want just to precise that in debug mode, I can see that the location where I write changed but with wrong values.
For example, I'm writing 0x40228f5c to 04FC0000 address, but I can see this : 04FC0000 2E479120 FFFFFFFF FFFFFFFF FFFFFFFF I don't find an explication why. Do you have any suggestion please? Thanks Best regards