SourceBoost IDE
Programming of the Microchip microcontroller is done using an IDE called SourceBoost and the associated C compiler. There is a free download of this software, which has some limitations as to the amount of memory that can be used. It can be downloaded here. The machines in the ELC should have the full licensed version, with no limitations.
An introduction to using the IDE is found in here.
Programmer Software: The programmer software should be loaded on the machines in the ELC.
A beta version of the programmer software is also available. This version works the same, but has a splash screen when it open. It can be downloaded here.
Source Code
- mothertest.hex: Hex file of original program. You can program this into your board to determine if at least some of the hardware is functional.
- EESDlib.c source code
- EESD.h header file
- Test program 1 (mothertest.c)
- Test program 2 (mothertest2.c)