picchick

A utility to aid in programming PIC microcontrollers

# This is an example custom device file for picchick.
# It's path can be passed as the argument to -d, --device for a custom device.
# All options are required.

# The MCU string should be the only heading
[16LF19197]
FAMILY = PIC16
ARCH = PIC14EX
BYTE_ORDER = 'big'
WORD_SIZE = 2
ROW_SIZE = 64

# Config is the address(es) of the config words/fuses. It should be a rang in
# format <start>-<end> in hexadecimal.
FLASH = 8000
CONFIG = 8007-800B