Remy,
Installing the V3.31 compiler did the trick -- it has all of the
needed files -- I should have done that in the first place. I will
have the code archive updated in a couple of hours and will post when
I do so. I have compiled an example with the 24ep512gp806 device and
it at least compiles -- I could not test it since I don't have that
device but I tested most examples with the 24ep64gp202 so I feel it
will be ok.
One thing about the 24ep512gp806 device is that you will get a warning
that our default heartbeat LED pin does not have an open drain
capability -- I don't know if you are using a heartbeat pin or not or
what configuration you want from that pin. You may want to edit the
pic24_libconfig.h file and disable the heartbeat pin capability if you
don't use it to get rid of that warning message (set USE_HEARTBEAT to
0).
One other thing -- the internals of our port macros for the PIC24E/
dsPIC33 have changed fairly dramatically in that the family changes
for port configuration bits (analog and change notification) now allow
these macros to be generated in a generic fashion for ports A-H
instead of the piecemeal internals used for the PIC24H/PIC24F
families. The macro names have not changed, just the internal
implementation. This was a good change in the PIC24H/dsPIC33 family in
my opinion.
Thanks for your patience,
Bob