Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIORD_ALTERA_AVALON_PIO_DATA execution speed
Is there a faster way to read a pin than using the IORD_ALTERA_AVALON_PIO_DATA macro? I'm finding the code below is running quite slow, but by removing the second condition (i.e. reducing the n...
Altera_Forum
Honored Contributor
12 years agoMy guess is that the packet sending part takes too much CPU time and you miss some data when sending the packet.