tzzdvd
Computer
- Jan 7, 2002
- 2
Does anyone ever use the microcontroller 2144 of Hitachi?
I have this problem: 8bit timer doesn't start
I try to configure the timer register as below
TMR.TCR0.BYTE = 0x4A;
TMR.TCSR0.BYTE = 0x00;
to have an interrupt request and to clear the timer register on compare-match A.
I tried any other configuration but nothing works because the timer is fixed and never runs.
Is there anyone who can help me?
If this is not the right forum to post this question please tell me where must I post it.
Thank's for all
Davide
I have this problem: 8bit timer doesn't start
I try to configure the timer register as below
TMR.TCR0.BYTE = 0x4A;
TMR.TCSR0.BYTE = 0x00;
to have an interrupt request and to clear the timer register on compare-match A.
I tried any other configuration but nothing works because the timer is fixed and never runs.
Is there anyone who can help me?
If this is not the right forum to post this question please tell me where must I post it.
Thank's for all
Davide