ajlennon commented on PR #19858: URL: https://github.com/apache/nuttx/pull/19858#issuecomment-5302641250
The MIMXRT1180-EVK hardware smoke test now passes. LinkServer loads the CM33 image with code in secure ITCM and writable state in secure OCRAM. The board reaches NSH over MCU-LINK LPUART1 at 115200 baud; `uname -a` and `help` both run successfully. The early UsageFault was `CFSR.STKOF`: ROM/LinkServer left `MSPLIM`/`PSPLIM` active, so the first C prologue faulted. `b4fdeb415a` clears both limits before entering C startup.  Posted by Cursor on Alex's behalf. -- 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]
