Skip to content

HOW TO: Using LDmicro and Arduino board without an Arduino software

LDmicroGitHub edited this page May 7, 2016 · 2 revisions

If you work with AVR, then you probably know about
AVR Downloader/UploaDEr
AVRDUDE - AVR Downloader/UploaDEr
and
AVRDUDESS – A GUI for AVRDUDE.
AVRDUDE is software for programming Atmel AVR Microcontrollers.
Arduino, WinAvr and other software are executing AVRDUDE for programming MCU.
For example, simplest hardware is Arduino Parallel Port Programmer.

Now in LDmicro, after you compile your ladder diagram and hex file was successfully created
menu -> Compile -> Compile F5
, then you can programming MCU via
menu -> Compile -> Call flash.bat F6.
image
AVRDUDE upload hex file directly into the MCU via an ISP connector
image
without the bootloader.
image
The flash.bat added to LDmicro project Reliase 3.2.0 and must be located in same directory where LDmicro.exe located.
To restore the bootloader you can use Arduino or AVRDUDE.
image
Be careful and cautious with MCU fuses. Arduino change MCU fuses.
Any questions to LDmicro.GitHub@gmail.com

Clone this wiki locally