2018-01-26 8:43 GMT+01:00 Robert Hartung <[email protected]>: > Is there a quick answer to it? Why is the used stack size growing right > after the init, if I increase it? Does it indicate that the stack is too > small anyway? >
Or you have something in the init that loads tonnes of bytes on the stack immediately, e.g. a recursive function. 2018-01-26 8:49 GMT+01:00 Robert Hartung <[email protected]>: > Oh. Code at [1] > > [1] > https://gitlab.ibr.cs.tu-bs.de/hartung/ieee802154-radio- > eval/blob/master/software/main.c "You need to sign in or sign up before continuing."
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
