PIC24 Demo Application

rtel wrote on Thursday, February 10, 2011:

To use the latest version of the C30 compiler you have to do two things:

1) Replace the linker script in the project directory with the linker script with the exact same name from the C30 installation directory.

2) In the compiler options, define a heap.  Unless you are using malloc() you can just set the heap size to 0.  The new compiler/linker just needs the option to be set.

I think I have made these changes already in the head revision of the SVN repository.

Regards.