jpage
Joined: 23 Jun 2004 Posts: 24
|
PCD, PIC24FJ64GA002, and MPLAB V7.60 |
Posted: Thu Oct 04, 2007 11:15 am |
|
|
Couple things to note on using the new PCD compiler and MPLAB.
I am using the PIC24FJ64GA002 and ran into a problem where I couldn't toggle pins (PORT B) when I programmed the part, but when running in debug it worked fine.
Turns out there is a bug in MPLAB 7.60. I upgraded to V7.62 and works fine now.
Here is a link to a discussion on the MicroChip forum:
http://forum.microchip.com/tm.aspx?m=254034
Also, using the PCD complier, I tried using the CCS functions spi_write and setup_spi and get the message "undefined identifier error".
CCS said the problem is now fixed and will be in the next compiler release.
Just thought I would pass on this info - just in case someone was experiencing the same problems.
JP |
|