masayuki2009 commented on PR #10496: URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1752901929
@chirping78 >I got the board today, and can reproduce the issue w/o this PR change. Can you attach .config to this PR? >About "where the local interrupt on cpu1 was disabled", I can't find a proper way to find this answer. Could you sugguest a method, maybe gdb script or log? @masayuki2009 You need to modify up_irq_save() to find where the local interrupt was disabled last time. Please note that up_irq_save() is called on both CPUs and is also called recursively. -- 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