Forum Discussion
Altera_Forum
Honored Contributor
14 years agowrite master intermittent issues
I have an SOPC system and a write master. I use the write master to write in a 128 bit word into onchip memory every 1 second (the same address). Some of the time, it works fine but when I make a ver...
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); } }