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

Unsupported device #5

Open
v1hugo opened this issue Aug 28, 2016 · 1 comment
Open

Unsupported device #5

v1hugo opened this issue Aug 28, 2016 · 1 comment

Comments

@v1hugo
Copy link

v1hugo commented Aug 28, 2016

Hello,
I built the programmer and works very well. I can burn pic's 12F629 and 16F84A. I recently bought PIC12F675 and I could not burn this model . The Argpicprog send the error message:

Ardpicprog version 0.1.2, Copyright (c) 2012 Southern Storm Pty Ltd. Ardpicprog comes with ABSOLUTELY NO WARRANTY; for details type ardpicprog --warranty'. This is free software, and you are welcome to redistribute it under certain conditions; type ardpicprog --copying' for details.

Initializing programmer ...
Unsupported device in programmer, ID = 0463

I know that this model is supported , however the program says no. Can you help me?

@rweather
Copy link
Owner

It's been a while since I have actively worked on ProgramPIC, so my memory is a little rusty. The datasheet that I got the device ID from said it was 0FC0, not 0460 so that's odd (the last digit is a revision number and doesn't matter). The list at the following link says that 0460 is a PIC12F683, not a 675:

https://www.uploadarchief.net/files/download/devlist.pdf

Are you sure that you have a 675? You could try adding support for the 683 and see if that helps. The programming specification is here:

http://ww1.microchip.com/downloads/en/DeviceDoc/40001204J.pdf

From what I could see, it has a different amount of program memory and EEPROM from the 675 which will need to be entered into the "devices" table. Leave off the final digit of the device ID for the table.

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

No branches or pull requests

2 participants