Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
baee074d
Commit
baee074d
authored
14 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@3089
42af7a65-404d-4744-a932-0658087f49c3
parent
d2e26682
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/olimex-lpc1766stk/README.txt
+19
-5
19 additions, 5 deletions
configs/olimex-lpc1766stk/README.txt
with
19 additions
and
5 deletions
configs/olimex-lpc1766stk/README.txt
+
19
−
5
View file @
baee074d
...
...
@@ -19,7 +19,8 @@ Contents
Olimex LPC1766-STK development board
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
GPIO Usage:
GPIO Usage:
-----------
GPIO PIN SIGNAL NAME
-------------------------------- ---- --------------
...
...
@@ -92,6 +93,19 @@ GPIO Usage:
P3[25]/MAT0[0]/PWM1[2] 27 LCD_RST
P3[26]/STCLK/MAT0[1]/PWM1[3] 26 LCD_BL
Serial Console
--------------
The LPC1766-STK board has two serial connectors. One, RS232_0, connects to
the LPC1766 USART0. This is the DB-9 connector next to the power connector.
The other RS232_1, connect to the LPC1766 USART1. This is he DB-9 connector
next to the Ethernet connector.
Simple USART1 is the more flexible USART and since the needs for a serial
console are minimal, the more minimal USART0/RS232_0 is used for the NuttX
system console. Of course, this can be changed by editting the NuttX
configuration file as discussed below.
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -351,13 +365,13 @@ Using OpenOCD and GDB with an FT2232 JTAG emulator
$ git submodule init
$ git submodule update
$ cd jimtcl
$./configure --with-jim-ext=nvp
$
./configure --with-jim-ext=nvp
$ make
$ make install
Configure OpenOCD:
.
$ /configure --enable-maintainer-mode --disable-werror --disable-shared \
$
.
/configure --enable-maintainer-mode --disable-werror --disable-shared \
--enable-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=/home/OpenOCD/ftd2xx \
LDFLAGS="-L/home/OpenOCD/openocd/jimtcl"
...
...
@@ -389,11 +403,11 @@ Using OpenOCD and GDB with an FT2232 JTAG emulator
lpc1768 configurtion can be used after changing the flash size to
256Kb. That is, change:
flash bank $_FLASHNAME lpc2000 0x0 0x80000 0 0 $_TARGETNAME ...
flash bank $_FLASHNAME lpc2000 0x0 0x80000 0 0 $_TARGETNAME ...
To:
flash bank $_FLASHNAME lpc2000 0x0 0x40000 0 0 $_TARGETNAME ...
flash bank $_FLASHNAME lpc2000 0x0 0x40000 0 0 $_TARGETNAME ...
There is also a script on the tools/ directory that I use to start
the OpenOCD daemon on my system called oocd.sh. That script will
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment