Re: [PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-08 Thread via GitHub
acassis merged PR #15781: URL: https://github.com/apache/nuttx/pull/15781 -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-07 Thread via GitHub
zdebanos commented on code in PR #15781: URL: https://github.com/apache/nuttx/pull/15781#discussion_r1946678706 ## arch/arm/src/samv7/sam_tc_lowerhalf.c: ## @@ -193,17 +193,25 @@ static void sam_timer_handler(TC_HANDLE tch, void *arg, uint32_t sr) struct sam_lowerhalf_s *low

Re: [PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-07 Thread via GitHub
acassis commented on code in PR #15781: URL: https://github.com/apache/nuttx/pull/15781#discussion_r1946650645 ## arch/arm/src/samv7/sam_tc_lowerhalf.c: ## @@ -193,17 +193,25 @@ static void sam_timer_handler(TC_HANDLE tch, void *arg, uint32_t sr) struct sam_lowerhalf_s *lowe

[PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-06 Thread via GitHub
zdebanos opened a new pull request, #15781: URL: https://github.com/apache/nuttx/pull/15781 The CPCSTOP has a negative effect on the periodic timer operation. This causes the timer of stop when and overrun occurs. Timer must be then restarted in the interrupt. However, as interrupts are not