How the stack work?
Hi there,I remember the stack starts from the top, which means the earlier local variable will be located at a higher address space. I have the following code in the main() function in ARM-MDK IDE: uint8_t v1; uint8_t v2; uint8_t v3; LOG_DBG("&v1[%p...