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/04/08 19:56:36 UTC

[GitHub] [incubator-nuttx] antmerlino opened a new pull request #3489: stm32f7: Freeze tickless timer during debug halt.

antmerlino opened a new pull request #3489:
URL: https://github.com/apache/incubator-nuttx/pull/3489


   ## Summary
   When operating in tickless mode, the normal behavior is that the timer continues to run while halted in the debugger. This can be problematic when the system is based on this timer. This change makes sure that any timer that's used, not just TIM2, will enable the freeze bit, such that the timer stops when halted in the debugger.
   
   ## Impact
   Tickless timer's will now stop during debugging instead of running. This was already implemented for the default TIM2, but not implemented for the remainder of the timers.
   
   ## Testing
   Ran configuration.


-- 
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] xiaoxiang781216 merged pull request #3489: stm32f7: Freeze tickless timer during debug halt.

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


   


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