Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by slacker@Jan 30 2007, 09:08 PM look at the count binary software example...shipped with the eds.
- slacker
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21041)
--- quote end ---
--- Quote End --- Thanks, Slacker. I had already seen that and to an extent it's how I managed to stumble across the solution (if I can call it that) in the first place. The problem (for me) is that I don't understand what is going on. I don't actually understand what this line does: alt_irq_register( UART_0_IRQ, Flags, UART_RxD_Int); I don't understand why it makes the Flags variable work and I don't get why ByteRec works when it's not referenced in the interrupt set-up in the same way. Also, The above line gives me that warning. What does that warning actually mean? Could it potentially be a problem?