> Howdy, > on the PIC32MX120F errata I can read: >=20 > --- >=20 > Module: ADC > If the ADC module is configured to operate at a maximum conversion rate > of 1.1 Msps, missing codes are possible every 32 codes and the DNL > parameter will not be within the published specification. >=20 > Work around: > Configure the ADC module to operate for a maximum conversion rate of > 500 ksps. >=20 > --- >=20 > I don't understand what it exactly means: what are "missing codes"? >=20 > If I simply lose the least significant bit precision (DNL?) then it's > worth to keep it at 1.1Msps, as speed is prioritary for me and I need > only the topmost 6-7 bits of precision anyway. >=20 > Of course if I get meaningless results, I will step down to 500Msps. >=20 > Cheers, > MarI/O Ouch, that is an errata I wouldn't want. To me it suggests that you will mi= ss codes where the 5 LSB are all ones, i.e. it will go from xxxxxx011110 t= o xxxxxx100000, or else it goes from xxxxx011111 to xxxxx100001, in each ca= se it jumps over a value. Depending on just what you are doing this may not matter. --=20 Scanned by iCritical. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .