Re: aarch64 boot crash when printing non-static string

2024-07-31 Thread Petro Karashchenko
Hi, Based on what you describe it seems like a stack configuration issue. About "but the `uint8_t i` variable I use as a counter in my for-loop is working just fine" -- I think that the compiler just optimizes out loop variable and does not use stack for it. There are a few things here to try here

aarch64 boot crash when printing non-static string

2024-07-31 Thread Matteo Golin
Hello all, I've been working on this problem for a while now and I'm not quite sure how to progress in my troubleshooting. I am trying to port NuttX to the Raspberry Pi 4B, which has been going well thanks to the documentation suggestions from my previous email (especially Lup's blogs which have