Forum Discussion
YuanLi_S_Intel
Regular Contributor
6 years agoHi Izami,
Perhaps picture speaks more than thousand words. I have a video to guide user how to use generic serial flash interface. Can you please look at it?
Declare register address for avl_mem & avl_csr:
https://www.youtube.com/watch?v=QLLyTAH05bU (5.38 min)
Step to read data:
https://www.youtube.com/watch?v=QLLyTAH05bU (17.42 min)
Please let me know if you have any further question.
Regards,
YL
IMura
Occasional Contributor
6 years agoHi YL,
I did re-watch the video. again I am repeating the same thing :
at 17.50min, see how to address the memory, you put the byte address in the &addr of the avl_mem? now since avl_mem's span is 0x04000000, how do you put an address BIGGER than base+0x04000000?
Regards