Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

lmflashloader allows the user the program Luminary Micro Stellaris ARM microcontrollers via the built in flash loader. The user is able to select serial port, baud rate, flash location, execute location, and application binary. This program uses the popt library for command-line argument ... [More] parsing, and should compile on most POSIX platforms. Compilation can be done in eclipse, via the eclipse makefile in the "Degug" directory, or manually: gcc -o lmflashloader lmflashloader.c -lpopt Usage: lmflashloader [OPTION...] -b, --baud=9600|19200|38400|57600|115200 BAUD rate (default: 9600) -s, --serial-port=device Serial Port -A, --auto-baud Target is configured for automatic BAUD rate detection -B, --binary=binary Application Binary -l, --load-loc=address Location to load binary file (default: 0x00000800) -e, --execute-loc=address Address in FLASH to execute Help options: -?, --help Show this help message --usage Display brief usage messageSee Planned Improvements if you would like to join this project and help out. [Less]

0
 
  0 reviews  |  0 users  |  1,263 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.