Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNios II Gen2 core error
I just migrated my nios II to Nios II Gen2 core. I got a error as below. i tried to set instruction and data cache size to none. still give same error. /HAL/src/alt_remap_uncached.c:52: warning...
Altera_Forum
Honored Contributor
11 years agoInteresting read and kind of a tough problem to find out about the hard way...
Anyway: per that knowledgebase article, I believe they're simply saying it's up to you to make sure your uncached and cached data are stored in separate memory regions (at least cache-line-size). If all of your accesses to your DPRAM are via alt_remap_uncached() pointers, I don't think you should have a problem. Maybe you're running into something else.