Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi!
In my project I use the CPU/f and I have a istruction and data cache. My program works only I use uncached memory: alt_u8 *buffer; // buffer of chars -> unsigned 8 bit buffer = alt_uncached_malloc(BUFF_SIZE * sizeof (alt_u8)); Regards