Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOk, will try that. My code is
while(1) { printf("Data in MEM1\n"); for(j = 0; j < 4; j++){ printf("%X\n",IORD(ONCHIP_MEMORY2_0_BASE, j)); alt_busy_sleep(1000000); } }Ok, will try that. My code is
while(1) { printf("Data in MEM1\n"); for(j = 0; j < 4; j++){ printf("%X\n",IORD(ONCHIP_MEMORY2_0_BASE, j)); alt_busy_sleep(1000000); } }