avr_mdcart_sram_lite

annotate doc/proto @ 5:abb348704dec

reads/writes to memory, not tested in the megadrive yet
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Mar 2017 04:27:43 +0200
parents
children
rev   line source
nuclear@5 1 commands
nuclear@5 2 --------
nuclear@5 3 e<0|1> - echo on/off
nuclear@5 4 p - start programming
nuclear@5 5 b - boot
nuclear@5 6 a<addr> - address offset to read/write data
nuclear@5 7 w<value> - write value and increment address
nuclear@5 8 r - read value and decrement address. response: OK <value>
nuclear@5 9
nuclear@5 10 All commands and responses are newline-terminated. On success the response
nuclear@5 11 starts with "OK", otherwise it starts with "ERR".