hi sir !!!
in the timer program the register T1CC1H i am using sir ,
in that register i can add value like T1CC1H= 10 ;
but when i try like doing
a = 10 ;
T1CC1H = a ;
the value is not assigning ..
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi sir !!!
in the timer program the register T1CC1H i am using sir ,
in that register i can add value like T1CC1H= 10 ;
but when i try like doing
a = 10 ;
T1CC1H = a ;
the value is not assigning ..
You can use CC debugger. However, if you have CC2530DK, it means you have SmartRF05EB and it can be used for debugging.