Data Sheet
User Manual
WiLoader Revision G
Connecting to Atmel Studio
For connecting to the Atmel Studio, the user can select the External Tools from the Tools menu,
and fill the Title field with the desired name (for example, WiLoader) and then fill the Command
field with WiLoaderInterface file path. (When there is space in WiLoaderInterface path, its better
to put the whole path inside “ ”) . In the field beside Arguments enter the following parameters:!
-c avrisp -p atmega328p -b2000000“-Uflash:w:$(TargetDir)$(TargetName).hex”!
Instead of avrisp, the user can work with other protocols (for example, optiboot or stk500v2
protocol when working with Arduino), and instead of atmega328p, the user needs to insert the
desired MCU part-number. Moreover, The programming bitrate can be changed with the -b
option. !
After adding the new tool, WiLoader can be accessed in the Tools menu.!
The user can also add WiLoader as a custom programming tool from the properties section of
each project. In this case, the command and arguments fields entered above should be written
in the Command field consecutively. With the difference that in front of –Uflash:w: should be
the full address of hex file, because the TargetDir parameter in this method is not replaced by
33