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 agoJust use:
dpr_interface = (void *)(0x80000000 + DPRAM_BUFFER_BASE); For non-mmu BSP alt_remap_uncached() should be based on that# define. There is no point having real function calls for a lot of the 'BSP' stuff. David