Add ICSP programming guide

Documents the 6-pin ICSP header for bootloader forcing (jumper
method) and direct PICkit programming. Includes pinout table,
PICkit connection mapping, MPLAB X/IPECMD instructions, and
notes on the PIC18F46J11 vs PIC18F45K22 discrepancy between
schematics and manual.
This commit is contained in:
Ryan Malloy 2026-01-28 18:05:55 -07:00
parent 5d268022d8
commit 5d468cd86a
2 changed files with 188 additions and 0 deletions

View file

@ -40,6 +40,7 @@ export default defineConfig({
{ label: 'Beacon Operation', slug: 'guides/beacon-operation' },
{ label: 'Repeater & Satellite', slug: 'guides/repeater-satellite' },
{ label: 'Firmware Upgrade', slug: 'guides/firmware-upgrade' },
{ label: 'ICSP Programming', slug: 'guides/icsp-programming' },
],
},
{