Quote:
|
Originally Posted by nukemknight
Kevin Watson,
We used the new code, did the recomended checks at the end of the read me file. The program compiled with no errors, but when it downloaded to the RC, the program state led blinked red and the operator interface showed solid code error.
We are using the BEI gryo chip AQRS-00075-109.
No print statements are working in the user.c code.
|
Make sure that you're not calling printf() before initializing the serial port(s).
Edit: And just to make sure that I haven't done something knuckleheaded, I'll load up the code on my robot controller tonight and see if I can induce a red-light-of-death.
-Kevin