-
Couldn't load subscription status.
- Fork 4
Description
Hi dear.
First, I'm not an English speaker so I'm sorry if the post is weird.
I made this UPDI programmer and used it in Atmel Studio.
Very convenient and awesome, thanks.
But when I tried the DA series MCU, there was a problem.
I try to write a program to AVR128DA28 but get a memory write error.
When I test it, the following status occurred:
- FLASH cannot read / write.
- FUSE and LOCKBIT cannot be write.
- FUSE and LOCKBIT and Signature bytes can be read.
Is the UPDI protocol different for the DA series?
Can microUPDI programmer write it?
The following is trivial information:
There is a trick to display all AVR microcontrollers in the device list at Atmel Studio.
Placing a null-terminater at the supported device address of the EEPROM.
https://github.com/ChrisKnightley/microUPDIcore/blob/master/avr/firmwares/mEDBG_UPDI_1.13_modified_suffer.eep
Now can program UPDI-compatible chips other than mega4809 by changing the EEPROM.
Thanks.