Hi, I would like to add this feature so I can measure used stack on nRF52. I'm trying to figure out what is needed and it would seem I need to replicate the go_nx_start() function found on other <arch>_start.c files. Is that all there is to it?
Also, any reason why this is chip dependant and not simply arch dependant? It would seem this piece of code is the same for all chip families inside a given arch. While we're at it, stack check code also involves replicating the few lines found on <arch>_start.c right? Is this also really chip dependant? Best, Matias