Datasheet
Page 6
Page 7
1. Programming with Bootloader
http://www.mikroe.com/eng/categories/view/21/
avr-compilers/
After the installation run the compiler and write the desired
code. You can also use provided LedBlinking example as your
rst project. When you are done writing the code click on
Project->Build (F11) option to create output .HEX le. Now you
need to upload the generated .HEX into the MCU. But before that
connect MINI-AT to a PC via MINI-B USB cable (Figure 1-1).
If you accidently overwrite the bootloader program it is
possible to load it again. In the Firmware folder you can
nd bootloader .hex les which can be loaded into the
microcontroller via the AVR ISP programmer.
When you are ready to start writing your rst projects for
MINI-AT, you need to download and install the desired AVR
compiler. Choose between mikroC, mikroBasic and mikroPascal
compilers, which can be found on following address:
NOTE:
http://www.mikroe.com/eng/products/view/649/
mini-at-board/
Now you will need to download and install the bootloader
application and integrate it with your compiler. Download link is
available on the MINI-AT webpage. We also provided a nice video
tutorial which will guide you though the bootloading process.