acassis commented on issue #11251: URL: https://github.com/apache/nuttx/issues/11251#issuecomment-1823588167
@GC-20-20 if you increased the stack size and the problem didn't fix, then maybe the issue is something else. You got a very informative dump, so you can use this information to find what is the issue. Enable the inclusion of debug symbol in the nuttx ELF file: Build Setup -> Debug Options -> [*] Generate Debug Symbols Then you can use: arm-none-addr2line -e linux 0x08009a96 08009a96 is the PC where the crashed happened. More info: https://cwiki.apache.org/confluence/display/NUTTX/Analyzing+Cortex-M+Hardfaults If it is not enough to find the issue, when you will need to use GDB + OpenOCD, see more here: https://nuttx.apache.org/docs/latest/quickstart/debugging.html -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
