Forum Discussion
Gyud0
Occasional Contributor
4 years agoA read memory problem via Quad SPI mode in Generic Serial Flash Interface IP
Hey,
I'm using the Reference design Generic Serial Flash Interface IP on Quartus Prime 18.1 to access Micron MT25QL512Mb flash memory.
Via NIOS processor, I able to read the memory data correctly...
MathiasB
Occasional Contributor
4 years agoHi,
From your read_memory_quad function, it seems that you are configuring the IP but not the component. For instance, you set the IP to behave as Quad IO and 4-bytes adressing, but you also need to set the registers of the component. Or do you do this in another function prior to this one?
- Gyud04 years ago
Occasional Contributor
I indeed configure the IP as 4-byte addressing and then read the data by read_memory_quad function (CSR region)
I don't understand the registers you are talking about.