Replies: 4 comments 15 replies
-
I'm thinking about getting the LeoNerds. |
Beta Was this translation helpful? Give feedback.
-
Uhhhhh... guys... hv programming has nothing to do with lock and unlock....
To unlock a chip you have locked, you shoud be able to just do a chip erase
cycle... normal updi, it will erase the flash, then reset the lock it's to
unlocked.
Hv updi is for reprogramming after configuring the updi pin to act as reset
or gpio...
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Thu, Mar 11, 2021, 14:01 Mechatroniks ***@***.***> wrote:
Looks like we did the same thing. My device is still running it's code,
just can't reprogram or erase it. So I think the lockbit is doing the job,
the ERASE is failing. Perhaps I'll submit an issue over at jtag2updi.
If it is bricked, will the HV UPDI rescue it? I'm still unsure quite what
the HV programmer can do.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#349 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEWZ4QALJNPEHBQ3D7IDTDEAQFANCNFSM4YTMZF3Q>
.
|
Beta Was this translation helpful? Give feedback.
-
I have a feeling that trying to burn bootloader with the pyupdi style programmer option would work, too.. Also try with an official microchip programmer, rather than the jtag2updi. Thinking about the communication between avrdude and jtag2updi, I'm not sure there's a way for it to get to the chip erase command when it determines the chip is locked >.> |
Beta Was this translation helpful? Give feedback.
-
There's a new version of the pymcuprog tool and arduino bridge that shoulod be able to erase locked chips (in master branch). Totally untested!! |
Beta Was this translation helpful? Give feedback.
-
Anyone using a HV programmer?
I bought Dlloyds offering & it doesn't work for me :(
Beta Was this translation helpful? Give feedback.
All reactions