question about 9300 ADC sampling speed

Hi,

I notice that the software used to sample from the ADC is inefficient and does not take advantage of the speed of the hardware used. Is there a way to download more efficient functions?

For instance, the actual tlc2543 on the board can support MSB or LSB, but the software flips the bits “by hand”, wasting time.

Also, the chip is built to save time by receiving input and then immediately outputting the previous measurement. The software doesn’t take advantage of this either.

The reason I want these things is that I want to be able to sample as fast as possible. Can I download an updated library or modules? Thanks very much!