Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI tried
while(1)
{
alt_u32 level = altera_avalon_fifo_read_level(0x2001800);
printf("LEVEL = %d\n", level);
}
and received "LEVEL = 0" in the polling.I tried
while(1)
{
alt_u32 level = altera_avalon_fifo_read_level(0x2001800);
printf("LEVEL = %d\n", level);
}
and received "LEVEL = 0" in the polling.