Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2014-10-22 | 1.1 kB | |
ProgramExplination.odt | 2014-10-22 | 13.1 kB | |
Totals: 2 Items | 14.2 kB | 0 |
The PIC24Configurator is a utility to configure 16 bit Microchip PIC products. It is written in Microsoft Visual Studio C# Express (2010). For the program to work copy the entire 'Configurations' folder to the C:/ root directory. The PICConfiguator.zip file contains the complete project. Unzip it where Microsoft Visual C# would expect to find it's projects. Build it though Visual studio. Available devices can be found either by running the program and trying to select a device, or by going to C:\Configurations\Microchip\16Bits and browsing for the available ddf files. If a ddf file does not exist it means that the program does not know how to configure the device. The ddf and fdf files are written in text format so that anyone can extend the functionality of the program and add devices. It was my intent to have this program able to configure any Microchip Microcontroller. There is still a lot of work to do and updates are yet to come. The output files will be located in C:\Configurations\Target The default names are PinConfig.c and PinConfig.h. Enjoy!