i'm writing a bare metal application running on the zedboard and it is exhibiting some strange behavior:
the code will restart on its own multiple times (around 5) and then it'll manage to run.
is there some stack overflow protection in Zedboard application development? i am suspecting it could be that i overflowed the stack (beyond its limits, not due to unchecked insertion into buffers).