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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/09/03 13:06
Read: times


 
#56418 - RE: thanks a lot but problems still there
Responding to: ???'s previous message
Hi,
As I understand, you do not wish to use AT89C52 and utilize its timer2 because the cost (for me it looks strange because here the diff is 1.15->1.30 USD).
Okay, so I can suggest you one more trick: use UART interrupt as a timer. Yeah! set its mode to fixed speed (for example, OSC/64), allocate one more byte as timer software counter and then just send bytes via SBUF. Each time when TI is set it calls UART ISR where you should clear TI, write another byte into SBUF and decrement your timer counter byte. When it is zero, reload counter value and execute needed part of code.
Good days!

List of 10 messages in thread
TopicAuthorDate
using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   thanks a lot but problems still there            01/01/70 00:00      
      RE: thanks a lot but problems still there            01/01/70 00:00      
      RE: thanks a lot but problems still there            01/01/70 00:00      
   some more inputs to the problem            01/01/70 00:00      
      RE: some more inputs to the problem            01/01/70 00:00      
      RE: some more inputs to the problem            01/01/70 00:00      

Back to Subject List