Quote:
Originally Posted by Shomron1690
hello
i want to merge the code of the gyro (kevin's code), with the whole general code (again, kevin's code).
i followed the instructions under gyro_readme.txt - and it worked.
then i had to follow the instruction adc_readme.txt and im on step 2:
" 2) Initialize_ADC() must be called from user_routines.c/
User_Initialization() "
i added " Initialize_ADC() " under " User_Initialization() " and when i checked whether the code works so far' i downloaded the program to the RC, and the Program State Led was Blinking in red.
does anyone had this problem and / or know how to solve it?
thanks
|
Check your user_routines_fast.c. If you don't have the necessary interrupt for the ADC enabled, you'll RLOD.