Forum Discussion
Altera_Forum
Honored Contributor
12 years agoOK, did the above... recompiled code... and now every time I run thru the ISR I check the flags and I'm getting this after I try to send a 500byte file via hyperterminal's 'send text file' at 115200bps(n-8-1):
111101000 I decode this to be (right to left) ROE (receive overrun error) TMT (Transmit Empty) TRDY(Transmit Ready) RRDY(recieve Ready) E (exception) So, it appears that the NIOS2 has an IRQ latency of around 2-3ms?