Data Sheet
User Manual
WiLoader Revision G
The following options can be employed for working with this interface:!
The user should utilize -p switch for introducing the MCU that is being used, -b for clock
frequency, -c for protocol selection and -U for choosing operations. For example, in order to
program the QC_sketch.ino.standard.hex file, on the ATMega328P micro-controller using the
AVRISP protocol and 4Mbps speed, the user must enter the following command:!
WiLoaderInterface –p atmega328p –c avrisp –b 4000000 –
Uflash:w:D\WiLoader\QC_sketch\QC_sketch.ino.standard.hex!
In the above command, the flash after U switch specifies the type of memory, and the letter w
represents the write operation.!
In order to perform read operations, r: should be used and v: for verify operation. Ueeprom
must be used When performing operation on EEPROM memory and the -Usignature: r
command for reading the MCU’s signature. Finally, in order to manipulate the fuse and lock
bits, -Ulfuse, -Uhfuse, -Uefuse, and -Ulock must be used.!
27