Notice
Recent Posts
Recent Comments
Link
목록attiny1616 (2)
취미는 놀기
[ATtiny1616] ATtiny416-xnano 1ms 구현
Attiny1616의 1ms 구현을 위한 X-nano board Example TCA0 Timer Interrupt Source LED Blinking LED ON : 100ms LED OFF : 100ms
개발 (Develop)/ATTiny1616
2018. 7. 30. 11:25
[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