You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/06 20:02:36 UTC

[GitHub] [incubator-nuttx] daniel-p-carvalho opened a new pull request #2232: STM32L4 ADC: Add injected channel support.

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:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on pull request #2232: STM32L4 ADC: Add injected channel support.

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #2232:
URL: https://github.com/apache/incubator-nuttx/pull/2232#issuecomment-723309031


   Thank you very much Daniel!


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #2232: STM32L4 ADC: Add injected channel support.

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #2232:
URL: https://github.com/apache/incubator-nuttx/pull/2232


   


----------------------------------------------------------------
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:
users@infra.apache.org