In my experiment/study, I acquire data from ADC (via interrupt mode) then send out the data via USB, but when USB transfers the data to PC, it seems the USB interrupt has a higher default priority and is getting in the way of ADC interrupt once a while, causing a random skew in ADC readings.
I recalled that TM4C1294 can move up the priority of interrupt, but I have trouble locating an example. Can anyone give me the pointer?
Thanks!