MCU 8051 IDE 1.0.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MCU 8051 IDE 1.0.9 (Default branch)
# 1  
Old 07-03-2008
MCU 8051 IDE 1.0.9 (Default branch)

Image MCU 8051 IDE is a fully featured integrated development enviroment for MCS-51 based microcontrollers. It consists of a compiler, an advanced text editor (with highlighting, validation, and completion), a simulator, a scientific calculator, a hex editor, and many other things. Currently, this program supports only assembly language and a few microcontrollers. License: GNU General Public License v2 Changes:
This release adds support for the C language. There are many improvements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
S51DUDE:(1)							   User Commands						       S51DUDE:(1)

NAME
s51dude - In-System Programmer for 8051 MCUs using usbtiny DESCRIPTION
s51dude [options] -p <target> <action> TARGET
This program supports a number of Atmel 8051 MUCs. Supported part list: s8252 AT89S8252 s8253 AT89S8253 s52 AT89S52 s53 AT89S53 ACTION
-u, --upload <in-file> Upload <in-file> to the target device. -r, --read <out-file> Download the contents of the MUCs flash memory and write it to <out-file> in Intel HEX format. -e, --erase Erases the flash memory of the target. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). The options are included below. --no-verify Disable verify. --dry-run Test the action but don't do nothing. --verbose Enable verbose output. --debug Enable debug output. -h, --help This help. AUTHORS
s51dude was written by Lucas Chiesa <lucas.chiesa@gmail.com>, Joaquin de Andres <xcancerberox@gmail.com> and Gabriel Gavinowich <ggavi- nowich@gmail.com>. s51dude August 2008 S51DUDE:(1)