Yigit Turgut wrote: > Sampling rate is around 10KHz and is expected to increase while > ongoing development. This will occur where precision will matter. How > the multiplexing is done inside ? If it's a constant amount then I > can correlate the results at PC software side otherwise I guess I > will need to increase the budget and upgrade to a better platform. Look at the block diagram of the ADC inputs in the datasheet to see how the inputs are multiplexed inside.=20 If precision matters enough, you can trigger the sampling from a timer interrupt, making sure you leave enough time for a full conversion between interrupts. This way you have always the exact same time between conversions. Gerhard --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .