Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for pic16f716 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

urbim
Copy link

@urbim urbim commented Feb 23, 2016

Added support for PIC16F716.

Changes are based on Microchip Programming Specifications.

The changes:

  • Added chip constants
  • Changed dataEnd calculation, so it returns the same address as dataStart, if dataSize is zero.
  • Added custom erase procedure. (Similar to FLASH4, except without data erase)
  • Changed code for starting programming cycle. Since pic16f716 requires 5V to be applied before 13V, the script now does that, if it detects pic16f716.
  • Added custom programming procedure. (Similar to FLASH5, but with different commands)

I tested the script with two devices and it works flawlessly.

Urban Malc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant