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
9916ca89
Commit
9916ca89
authored
7 years ago
by
Fanda Vacek
Browse files
Options
Downloads
Patches
Plain Diff
NUCLEO F432KC typo fixed, correct name is L432KC
Just README.txt and comments affected, no changes in the code
parent
0c034c8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/nucleo-l432kc/README.txt
+8
-8
8 additions, 8 deletions
configs/nucleo-l432kc/README.txt
configs/nucleo-l432kc/include/board.h
+1
-1
1 addition, 1 deletion
configs/nucleo-l432kc/include/board.h
with
9 additions
and
9 deletions
configs/nucleo-l432kc/README.txt
+
8
−
8
View file @
9916ca89
...
...
@@ -230,7 +230,7 @@ NuttX EABI "buildroot" Toolchain
1. You must have already configured Nuttx in <some-dir>/nuttx.
$ tools/configure.sh nucleo-
f
432kc/nsh
$ tools/configure.sh nucleo-
l
432kc/nsh
$ make qconfig
$ V=1 make context all 2>&1 | tee mout
...
...
@@ -296,13 +296,13 @@ NXFLAT Toolchain
mbed
====
The Nucleo-
F
432KC includes boot loader from mbed:
The Nucleo-
L
432KC includes boot loader from mbed:
https://mbed.org/handbook/Homepage
Using the mbed loader:
1. Connect the Nucleo-
F
432kc to the host PC using the USB connector.
1. Connect the Nucleo-
L
432kc to the host PC using the USB connector.
2. A new file system will appear called NUCLEO; open it with Windows
Explorer (assuming that you are using Windows).
3. Drag and drop nuttx.bin into the MBED window. This will load the
...
...
@@ -319,7 +319,7 @@ Hardware
LEDs
----
The Nucleo
F401RE and Nucleo F
432KC provide a single user LED, LD2. LD2
The Nucleo
L
432KC provide
s
a single user LED, LD2. LD2
is the green LED connected to Arduino signal D13 corresponding to MCU I/O
PB3 (pin 26).
...
...
@@ -364,7 +364,7 @@ Serial Consoles
TTL to RS-232 converter connection:
Nucleo CN10 STM32
F
432KC
Nucleo CN10 STM32
L
432KC
----------- ------------
Pin 21 PA9 USART1_RX *Warning you make need to reverse RX/TX on
Pin 33 PA10 USART1_TX some RS-232 converters
...
...
@@ -396,7 +396,7 @@ Serial Consoles
TTL to RS-232 converter connection:
Nucleo CN9 STM32
F
432KC
Nucleo CN9 STM32
L
432KC
----------- ------------
Pin 1 PA3 USART2_RX *Warning you make need to reverse RX/TX on
Pin 2 PA2 USART2_TX some RS-232 converters
...
...
@@ -454,7 +454,7 @@ Configurations
nsh:
---------
Configures the NuttShell (nsh) located at apps/examples/nsh for the
Nucleo-
F
432KC board. The Configuration enables the serial interfaces
Nucleo-
L
432KC board. The Configuration enables the serial interfaces
on UART2. Support for builtin applications is enabled, but in the base
configuration no builtin applications are selected (see NOTES below).
...
...
@@ -481,7 +481,7 @@ Configurations
Consoles). I have been using a TTL-to-RS-232 converter connected
as shown below:
Nucleo CN10 STM32
F
432KC
Nucleo CN10 STM32
L
432KC
----------- ------------
Pin 21 PA9 USART1_RX *Warning you make need to reverse RX/TX on
Pin 33 PA10 USART1_TX some RS-232 converters
...
...
This diff is collapsed.
Click to expand it.
configs/nucleo-l432kc/include/board.h
+
1
−
1
View file @
9916ca89
...
...
@@ -266,4 +266,4 @@ void stm32l4_board_initialize(void);
#endif
#endif
/* __ASSEMBLY__ */
#endif
/* __CONFIGS_NUCLEO_
F
432KC_INCLUDE_BOARD_H */
#endif
/* __CONFIGS_NUCLEO_
L
432KC_INCLUDE_BOARD_H */
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