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 2021/06/16 05:29:30 UTC

[GitHub] [incubator-nuttx] retogaeh edited a comment on pull request #3924: stm32h7 fix for adc to handle overrun and the DR's fifo

retogaeh edited a comment on pull request #3924:
URL: https://github.com/apache/incubator-nuttx/pull/3924#issuecomment-862051569


   > @retogaeh - This looks good.
   > 
   > Once we see an overrun, how would one throttle the interrupt rate?
   > Do we need an IOCTL to adjust the rate?
   
   @davids5 Thanks for your input. We got into this due to a very costly ISR for the DW1000 during compliance. The unmodified ISR takes much longer than the conversion of four ADC channels. The FIFO itself already resolved our situation. So haven't had to think about throttling the interrupt rate. 
   Since this was a compliance related issue which required some extra stress, we expect that things are much calmer in the field. 


-- 
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