daniel-p-carvalho opened a new pull request #2232:
URL: https://github.com/apache/incubator-nuttx/pull/2232
## Summary
Added support for injected channel conversios on ADC driver.
## Impact
## Testing
Tested on nucleo-l432kc using adc example using the following configurations.
(1) ADC1 triggered by TIM1 channel 0
DMA disabled;
regular channels only;
Only ADC channell 11 is sampled.
PASS.
(2) ADC1 triggered by TIM1 channel 4
DMA disabled;
injected channels only;
Only ADC channell 11 is sampled.
PASS.
(3) ADC1 triggered by TIM1 channel 0
DMA enabled, circular mode;
regular channels only;
ADC channell 11 and 12 are sampled.
PASS.
Help is necessary to test on boards with more than one AD converter and
using timers other than TIM1.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]