User Activity

I do not understand the difference between the different sampling rates (cycles3 - cycle480). I know it is related to the time given for the ADC capacitor. I also realise that more time should mean more stable reading. I ran some quick tests and I f...
Lets say I have channels 1 and 2.I was wondering if I disable continuous scan and enable watchdog on 2. Will the interrupt for channel 2 be called only when I do a start scan or will the watchdog keep continuously checking the channel 2?In other word...
I am working on some embedded stuff and I had multiple interrupts possibly working on same data and so I was wondering if uint16_t and uint32_t data types are interrupt safe.If interrupt is working a uint16/32_t data and is halfway interrupted by ano...