资 源 简 介
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 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