Results 627 comments of Alan C. Assis

@MainframeReboot the exception 0x0d means "load page fault", so I suggest you to find the root cause using GDB. Also you can try older version than 12.8 (I think MPFS...

@gustavosousa2208 this error was already reported here: https://github.com/apache/nuttx/issues/12218 @JorgeGzm I remember you fixed this issue, but the issue still opened there and there is no explanation what was the fix....

@gustavosousa2208 did you fix the issue? @davids5 do you remember about this dmapreflight issue? I think you already posted about it in the mailing list some time ago.

@anchao could you please review/approve ?

@abisop I think your intention is good and we need people like you to improve NuttX, buf if you get some way to improve the site design without moving to...

@LightDestory same issue that @cederom pointed early. The issue was not caused by you, but the CI detected that stm32l4_can.c in arch/ has some printing error. Replace %d from those...

Thank you @laoniaokkk ! Using your config I got the same issue. Seems like HOST_ARM64 is not supported yet. Then I decided to change it to HOST_X86_64 and got some...