emomaxd commented on issue #16384: URL: https://github.com/apache/nuttx/issues/16384#issuecomment-2888514021
@acassis, I don't have UART or console set up at the moment because my main goal is just to get the system to successfully reach the idle loop. The crash I'm seeing is due to an invalid memory access — likely caused by a task being created with a bad address. I suspect that something in nx_start() is responsible for creating that task, but I'm not sure which part exactly. Could you help me identify which config options or functions are responsible for task creation during the initialization phase, and particularly which one might be assigning those addresses? -- 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