on7nh
Joined: 05 Jun 2006 Posts: 41 Location: Belgium
|
32 bit counters on DSPIC30F4013 |
Posted: Sun Jan 24, 2010 9:08 am |
|
|
Hello,
I am using on a DSPIC30f4013 a 32 bit counter.
I have seen on the datasheet that there 5 16 bit counters in the dsp or one 16 bit and 2 32 bit counters.
I use timer 2(3) with this setting:
Code: |
setup_timer2(TMR_EXTERNAL|TMR_DIV_BY_1|TMR_32_bit);
|
Is it possible to do this the same with counter 4(5)??
Carl |
|