There is a line of assembly code in the "adc_seqmode_test" sample included in the C281x header files. Its the sample that samples the ADC continuously. The other sample that triggers a SOC via the event manager doesn't have this line.
asm(" RPT #11 || NOP");
Can anyone explain what that line does? There is no clear explanation of this?
Thanks