Notice
Recent Posts
Recent Comments
Link
목록atmel eeprom write (1)
취미는 놀기
[ATTiny1616] atprogram command
atprogram command list & example 1. Use command option -t = debugger (medbg, atmelice, jtag etc...) -i = interface ( updi,jtag, etc...) -d = device name ( attiny1616, attiny416 etc...) -o = offset ( default = 0) -s = size (read size, write size) 2. write eeprom atprogram -t atmelice -i updi -d attiny1616 write -ee -o 0 --values 010203 3. read eeprom atprogram -t atmelice -i updi -d attiny1616 re..
개발 (Develop)/ATTiny1616
2018. 7. 17. 09:17