Content originally posted in LPCWare by trazoni on Fri Mar 04 09:52:05 MST 2011
The user manual recommends:
"Interrupts should be disabled during the feed sequence. An abort condition will occur if an
interrupt happens during the feed sequence." (see page 278).
However, the current sample code (wdt.c in driver folder) does not follow this suggestion.
So, what is right (and what is an "abort condition")?