Forum Discussion
PrakashPrasad
New Contributor
3 years agoIssues using IOWR for SPI communications
I am having difficulty using the IOWR and IORD functions in NIOS II. We have a ENUM like below: #define BASE 0x80 typedef enum SPI_REGISTERS_tag { READ_REG_5_E = 0x00, WRITE_REG_0_E = 0x01, SP...
- 3 years ago
Hi,
As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
Thank you.
Regards,
Kelly Jialin, GOH
PrakashPrasad
New Contributor
3 years agoThe issue turned out that we needed to flush the CACHE. I do not have the underlying code but flushing the value worked for me.
Thanks for all your help