Author |
Message |
Topic: dsPIC33FJ12MC202 |
wrainer
Replies: 2
Views: 5797
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2012 6:39 pm Subject: dsPIC33FJ12MC202 |
I don't have this compiler, but the first thing to do would be to download
the data sheet for the dsPIC33FJ12MC202 and look in the i/o port and PWM sections:
http://ww1.microchip.com/downloads/en/D ... |
Topic: dsPIC33FJ12MC202 |
wrainer
Replies: 2
Views: 5797
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2012 5:16 pm Subject: dsPIC33FJ12MC202 |
Hi,
I'm trying to use all I/O pins of the dsPIC33FJ12MC202 as general purpose I/O, but, the PWM pins don't work.
#byte trisb=0x02C8
#byte portb=0x02CA
#byte odcb=0x02CE
#byte latb=0x02CC
# ... |
|