Hello, I am currently debugging the BlinkToRadio application on a MicaZ mote. I am debugging with the JTAG mkII debugger. I would like to find where the Receive function resides in physical memory, but am unable to figure out how. The Receive event is implemented in the BlinkToRadioC.nc file beginning on line 112.
I understand that TinyOS uses static memory allocation. This would mean that the location of the receive function would remain constant. While debugging I have obtained these values: $pc = 17090, $sp = 0x80108b. I am not sure if these values will have any value in solving problem. Thank you
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
