Hi team,
I need a clarification on the TMS320C674x/OMAP-L1x Processor Universal Parallel Port (uPP) User's Guide section (2.8.1):
"For small line size and fast data transfer, it is possible to “miss” EOL events if they occur faster than the user’s code can handle them. This does not hinder uPP operation; the uPP peripheral continue processing data uninterrupted until the EOW event or some error condition is encountered."
How often will this "miss" happen? What is a small line size? Will it recover on the next line hit and cause the isr to service it twice (per the while loop recommendation)?