Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/03 09:27
Read: times


 
#39221 - timer2 in AT89S8252
I hava problem when i write the code to operate the timer2 in 16-bit auto--reload mode.
here is the code sample

org 0000h
mov t2mod,#02h
mov t2con,#00h
mov rcap2h,#0ffh
mov rcap2l,#0d4h
setb tr2
end

keil shows "UNDEFINED SYMBOL" error for t2mod,t2con,rcap2h,rcap2l.

how i should write that?

regards
ilancheliyan


List of 9 messages in thread
TopicAuthorDate
timer2 in AT89S8252            01/01/70 00:00      
   RE: timer2 in AT89S8252            01/01/70 00:00      
      RE: timer2 in AT89S8252            01/01/70 00:00      
         RE: timer2 in AT89S8252            01/01/70 00:00      
   RE: timer2 in AT89S8252            01/01/70 00:00      
   RE: timer2 in AT89S8252            01/01/70 00:00      
   RE: timer2 in AT89S8252            01/01/70 00:00      
      RE: timer2 in AT89S8252            01/01/70 00:00      
   RE: timer2 in AT89S8252            01/01/70 00:00      

Back to Subject List