Korawy
Member level 3
- Joined
- Sep 8, 2011
- Messages
- 61
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,776
hi all,
i have a problem programming timer3 with pic18f452....
i know all sorts of timer3 the only problem is this :
RD16: 16-bit Read/Write Mode Enable bit
1= Enables register Read/Write of Timer3 in one 16-bit operation
0= Enables register Read/Write of Timer3 in two 8-bit operations
i used to deal with tmr0 which is 8-bit register (not L nor H), i need to use timer3 (not other timer) as a timer to measure a time of signal comes from an RF transmitter and see if it's the required period then take an action.
I only need to know how TMR3L/H works if RD16 is set or not, im using mikroc....
Thanks,,,
i have a problem programming timer3 with pic18f452....
i know all sorts of timer3 the only problem is this :
RD16: 16-bit Read/Write Mode Enable bit
1= Enables register Read/Write of Timer3 in one 16-bit operation
0= Enables register Read/Write of Timer3 in two 8-bit operations
i used to deal with tmr0 which is 8-bit register (not L nor H), i need to use timer3 (not other timer) as a timer to measure a time of signal comes from an RF transmitter and see if it's the required period then take an action.
I only need to know how TMR3L/H works if RD16 is set or not, im using mikroc....
Thanks,,,