-
Notifications
You must be signed in to change notification settings - Fork 0
/
lpcsp.ini
44 lines (25 loc) · 1.33 KB
/
lpcsp.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This is an option file for lpcsp.exe. The options must be listed from the first
line in this file and the options are terminated by end of file or a blanked line.
This file is searched in order of current dir, system dir and pathed dir.
If found, it is imported prior to command line options, so that options specified
in this file will be overridden by command line options.
-p<port>[:<bps>]
Specifies port name and bit rate (bps).
The default setting is: -p/dev/ttys1/:9600
-r
Specifies flash read operation. Loaded files are ignored.
-c<flags>
Specifies polarity of the DTR/RTS signals (0-3).
If DTR is tied to LPCxxxx RESET# pin with non-inverted, the bit-0 should be 1.
If DTR is tied to LPCxxxx RESET# pin with inverted, the bit-0 should be 0.
If RTS is tied to LPCxxxx ISP# pin with non-inverted, the bit-1 should be 1.
If RTS is tied to LPCxxxx ISP# pin with inverted, the bit-1 should be 0.
If these pins are controlled by on-board switches, corresponding bit has
no effect. The default setting is: -c0
-f<freq>
Specifies oscillator frequency in unit of kHz. This option has no effect
on all devices except LPC21xx/22xx. The default setting is: -f14748
-w<mode>
Specifies to pause before exit program. 1:on error, 2:always.
<filename>
If the first character is not a '-', it will be loaded as input file.