tmedicci commented on issue #10981: URL: https://github.com/apache/nuttx/issues/10981#issuecomment-1774605547
Still about this question, I've recently reported [a problem with critical sections + pausing the other CPU (on SMP)](https://github.com/apache/nuttx/pull/10496#issuecomment-1762851740). Basically, it seems that we shouldn't call any function that calls `up_cpu_pause` in a critical section, otherwise, it'll hang... That's another reason not to use `enter/leave_critical_section` without needing it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org