Re: [I] [HELP] Invalid address for created tasks [nuttx]

2025-05-20 Thread via GitHub
acassis commented on issue #16384: URL: https://github.com/apache/nuttx/issues/16384#issuecomment-2894200800 Hi @acassis I think you could have enabled hook to create an initialization there during the nx_start() because normally only the idle thread and the nsh_main thread are suppose to b

Re: [I] [HELP] Invalid address for created tasks [nuttx]

2025-05-17 Thread via GitHub
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 t

Re: [I] [HELP] Invalid address for created tasks [nuttx]

2025-05-17 Thread via GitHub
acassis commented on issue #16384: URL: https://github.com/apache/nuttx/issues/16384#issuecomment-2888396887 @emomaxd probably there is some issue your chip port, these issues you are facing are not common on NuttX. Could you please print the dump of this crash? This way we could instruct y