FoggyLog

Fri Jul 3rd 2009 11:20:23: Possible Fuses allowed in MCC18 PIC Compiler

I've just discovered how to find out the list of allowable fuses in the Microchip MCC18 PIC compiler.

You do it at the dos prompt by typing for example "mcc18 --help-config -p=18f2455"

This lead me to write to a little batch file to add to my start menu:

echo off
cls
cd "C:\Program Files\Microchip\MCC18\bin"
echo Enter PIC part number, e.g. 18F46J50:
set /p Pic=
mcc18 --help-config -p=%Pic%
pause

 

Add New Comment

Name:
Email:
(Never displayed publically)
Comment:
HTML Tags allowed - <b>bold</b>, <i>italic</i> and <a href="http://...">Links</a>
Type "NoSpam" in Here:

 

<< Back