2013-08-29, 04:33:16
Hi,
I'm come from PIC18Fxxxx and i am a rookie in dsPIC.
Please one question:
I read the manual for change for dsPIC33FJ128GP802 (DIP 28 Pin).
- I changed in the assembler file setting.inc, points for my dsPIC
- I deleted the old .gld linker file, and replace with correct dsPIC33FJ128GP802.gld
I build all, but this error appears: "error "PPS is not configured. More information in the firmware manual"
I (to try...) modified this line:
.ifdef HAS_PPS
.error "PPS is not configured. More information in the firmware manual."
with this one: .ifndef (if NOT def) and the compilation is ok, is done.
How can I do to solve correctly? Where I have to change the PPS??
Thanks
Guido from Italy
(remember: i'm not very experienced...)
I'm come from PIC18Fxxxx and i am a rookie in dsPIC.
Please one question:
I read the manual for change for dsPIC33FJ128GP802 (DIP 28 Pin).
- I changed in the assembler file setting.inc, points for my dsPIC
- I deleted the old .gld linker file, and replace with correct dsPIC33FJ128GP802.gld
I build all, but this error appears: "error "PPS is not configured. More information in the firmware manual"
I (to try...) modified this line:
.ifdef HAS_PPS
.error "PPS is not configured. More information in the firmware manual."
with this one: .ifndef (if NOT def) and the compilation is ok, is done.
How can I do to solve correctly? Where I have to change the PPS??
Thanks
Guido from Italy
(remember: i'm not very experienced...)