emomaxd commented on issue #16386: URL: https://github.com/apache/nuttx/issues/16386#issuecomment-2888393948
@acassis, My goal is to get NuttX running correctly on the R5F core of the TI AM67A SoC—nothing more. Currently, it crashes at nx_start(), as shown in the attached image. Some modifications in the code may look unusual (size, stk, ptr) , but they are only there for debugging purposes and to highlight the issue—they’re not part of the intended logic. The original upstream code doesn’t work on the R5F core. To fix this, I added an & before g_idle_topstack, which made it run correctly. I've also tested with different compilers, but the issue persists. At this point, I suspect a possible hardware-related issue, but I’m not sure how to approach it or rule it out. -- 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