Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDMA Issue ,please help me,PLEASE
I have a program about DMA , The functions is send data from RS232 to SDRAM, SDRAM can receive data ,but when i check this data whther rightly, find the data that it's not send from uart . the probl...
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