I am using SAADC and reading in 1 analog channel. The data sheet says that scan mode is enabled when 2 or more channels are turned on. What if I am only using 1 channel ? How can I turn on scan mode and have the DMA store the results in memory?
Right now with one channel selected, the results are put in memory by the DMA, but the buffer pointer is not incrementing. As soon as I add another channel, the buffer pointer begins to increment.