Hello
 
I have a problem when I want to port TinyOS to MSP430F1611.
 
When I download and run in msp430-insight.exe , it can go to next step until it runs to function "uint16_t busywait_delta()"
It always get stuck in line "while( m_aclk_count != 0 ) { }"
and in window "msp430-gdbproxy.exe --debug  msp430"
it shows " debug:    msp430:  msp430_wait_partial()"
 
I don't know
what's it waiting for?
when does "m_aclk_count" equal zero (for quit loop while)?
when does "m_aclk_count" decrease? I see "m_aclk_count--" in function "ACLKCompare.fired()" but when it runs?
or how to solve this problem to go to next step and continue running ?
 
 
Thank a lot
Duang


Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.
_______________________________________________
Tinyos-users mailing list
[email protected]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to