Forum Discussion
Issues using IOWR for SPI communications
- 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
Hi,
Greetings and welcome to Intel's forum.
May I know if you have include the header file <sys/alt_cache.h> so that the function alt_dcache_flush_all() can be called?
Hope to hear on your response.
Thank you.
Regards,
Kelly Jialin, GOH
Thanks for the update - I added the header file and the alt_dcache_flush_all() API call in my code but during compilation I get error like:-
undefined reference to `alt_dcache_flush_all'
Do we need to add any specific library for same to resolve?