Is there an easy way to read more than one analog input?
Hope all of you are well:
Using the BlueNRG-232: I'm trying to figure out how to read 2 of the analog inputs. Ideally, I'd like to read both analog inputs and the battery voltage. It appears the only way to do this is set the ADC up to read only one. I've attempted polling for a period time, then re-initialize to read another input, but that seems to cause issues. I'm trying to use the SDK and have tried different combinations of ADC_DeInit, and reinitializing. Also, I'm using DMA - but the DMA portion seems to be working fine.
Am I missing something? Is there an easier way to read more than on analog signal with this device?
