Le Wednesday 09 April 2008 10:13:31 Kami Amaterasu, vous avez écrit : > Dear Vlado, > > I am trying to write a simple application on a Telos-like platform (it is > suppose to sense temperature on the MSP430 ADC12 integrated sensor and > print it out). > > The problem is that the app doesn't even go beyond platform_bootstrap. > I've tried stepping through it with gdb and it blocks in > Msp430ClockInit.setupDcoCalibrate() at the last line of the function > (TBCCTL0 = CM0; which is simply suppose to clear Timer B capture mode, I > think.). > > Did this ever happen to someone else?
IIRC I had a similar problem with micaz debugging, I think that the calibration loop is somehow perturbated by your stepping because it looks for things like counters values ... Have you tried to set a breakpoint after the call to setupDcoCalibrate() in order to make it execute calibration at normal speed ? cheers Aurelien _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
