Trying to figure out the interrupt status register for endpoint interrupts (not DMA) in the USB device mode. Looking at sprufh9a (USB Controller).
It seems as if the interrupt status bits are duplicated in registers INTSRCR and a TX/RX register pair INTRTX/INTRRX. Is this correct? The INTSRCR register description on p.87 mentions the endpoints status bits. The INTRTX/INTRRX description is almost the same, but it's not clear why would somebody come up with such an idea (duplicating interrupt status bits). Am I totally missing something here?
Also, the LSP driver code which I'm trying to use an an example makes references to Mentor Graphics USB (musb?), DaVinci, and other apparently different hardware platforms. Which one corresponds to the DM365?
Thanks for your help.