tmedicci commented on issue #8927: URL: https://github.com/apache/nuttx/issues/8927#issuecomment-1489259655
Some more thoughts about it: The `EXAMPLES_ALARM` app requires RTC driver to create a daemon and set an alarm that will deliver a signal to the application. This issue, however, has nothing to do with the RTC: I just used this app to test it. A simpler application could be implemented: the important thing is: SMP and forcing the app to be running on the other core (usually an infinite loop would force this). I think @acassis was able to test `Spresense` (`armv7-m`). In fact, it failed to deliver a signal while the `alarm_daemon` is running indefinitely (without the `usleep`). It didn't crash, but the signal was not delivered (which worked with the unmodified version of the alarm app). However, this happened even without SMP being enabled. It does not seem to be related to this issue. -- 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