Skip to content

picchick v0.1.0

Compare
Choose a tag to compare
@Rex-- Rex-- released this 06 Mar 23:17
· 22 commits to master since this release

Version 0.1.0 Features:

Software

  • Decoding of Intel HEX files produced by Microchip's xc8 compiler
  • Reading and Writing of a PIC16's flash memory using a simple arduino-based programmer
  • Flashing a compiled binary to a PIC16 for execution

Firmware

  • Host communication via serial at 9600 baud
  • Bit-bang Arduino implementation of Microchip's Low Voltage In Circuit Serial Programming interface
  • Supports single-word read commands
  • Supports single-word and single-row write commands
  • Supports single-row and bulk erase commands