mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 13:55:18 +08:00
stm32l4/doc: fix b_l475e_iot01a documentation board
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ corresponding GPIO.::
|
|||||||
These LEDs are not used by the board port unless CONFIG_ARCH_LEDS is
|
These LEDs are not used by the board port unless CONFIG_ARCH_LEDS is
|
||||||
selected. In that case, the usage by the board port is defined in
|
selected. In that case, the usage by the board port is defined in
|
||||||
include/board.h and src/lpc31_leds.c. The LEDs are used to encode
|
include/board.h and src/lpc31_leds.c. The LEDs are used to encode
|
||||||
OS-related events as follows:
|
OS-related events as follows::
|
||||||
|
|
||||||
SYMBOL Meaning LED2 LED1
|
SYMBOL Meaning LED2 LED1
|
||||||
------------------- ----------------------- -------- --------
|
------------------- ----------------------- -------- --------
|
||||||
@@ -114,7 +114,7 @@ Serial Console
|
|||||||
Arduino Serial Shield
|
Arduino Serial Shield
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
An TLL-to-RS232 Converter shield may be used with UART4:
|
An TLL-to-RS232 Converter shield may be used with UART4::
|
||||||
|
|
||||||
UART4:
|
UART4:
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ Virtual COM Port
|
|||||||
----------------
|
----------------
|
||||||
|
|
||||||
The serial interface USART1 is directly available as a virtual COM port
|
The serial interface USART1 is directly available as a virtual COM port
|
||||||
of the PC connected to the ST-LINK/V2-1 USB connector CN7.
|
of the PC connected to the ST-LINK/V2-1 USB connector CN7. ::
|
||||||
|
|
||||||
USART1:
|
USART1:
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@ no parity, 1 stop bit, no flow control.
|
|||||||
Other Options
|
Other Options
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
USART2 - Available on CN10 if solder bridges closed.
|
USART2 - Available on CN10 if solder bridges closed::
|
||||||
|
|
||||||
-------------- ---------------- ---------------------------
|
-------------- ---------------- ---------------------------
|
||||||
STM32L475VGTx Board Signal PMOD / Solder Bridges
|
STM32L475VGTx Board Signal PMOD / Solder Bridges
|
||||||
@@ -155,7 +155,7 @@ USART2 - Available on CN10 if solder bridges closed.
|
|||||||
USART2_TX PD5 PMOD-UART2_TX CN10 pin2 TX/D1 (SB20)
|
USART2_TX PD5 PMOD-UART2_TX CN10 pin2 TX/D1 (SB20)
|
||||||
-------------- ---------------- ---------------------------
|
-------------- ---------------- ---------------------------
|
||||||
|
|
||||||
USART3 - Dedicated to ISM43362-M3G-L44 Serial-to-Wifi Module.
|
USART3 - Dedicated to ISM43362-M3G-L44 Serial-to-Wifi Module::
|
||||||
|
|
||||||
-------------- ---------------- ------------------
|
-------------- ---------------- ------------------
|
||||||
STM32L475VGTx Board Signal Arduino Connector
|
STM32L475VGTx Board Signal Arduino Connector
|
||||||
@@ -389,7 +389,7 @@ NOTES:
|
|||||||
|
|
||||||
Test Matrix:
|
Test Matrix:
|
||||||
The following configurations have been tested successfully (with
|
The following configurations have been tested successfully (with
|
||||||
CRC disabled):
|
CRC disabled)::
|
||||||
|
|
||||||
=========== ===== ===== ======
|
=========== ===== ===== ======
|
||||||
COMPRESSION UDP TCP Telnet
|
COMPRESSION UDP TCP Telnet
|
||||||
@@ -470,7 +470,7 @@ configuration and most of the notes there apply here as well.
|
|||||||
|
|
||||||
Where <server-ip> is the IP address of the E1 endpoint.
|
Where <server-ip> is the IP address of the E1 endpoint.
|
||||||
|
|
||||||
Similarly for the UDP test:
|
Similarly for the UDP test::
|
||||||
|
|
||||||
E1: nsh> udpserver &
|
E1: nsh> udpserver &
|
||||||
E2: nsh> udpclient <server-ip> &
|
E2: nsh> udpclient <server-ip> &
|
||||||
@@ -498,7 +498,7 @@ configuration and most of the notes there apply here as well.
|
|||||||
will map the all-nodes IPv6 to the Spirit destination address 0xff and
|
will map the all-nodes IPv6 to the Spirit destination address 0xff and
|
||||||
the packet will be broadcast to all Spirit nodes.
|
the packet will be broadcast to all Spirit nodes.
|
||||||
|
|
||||||
Here are the procedures for using the test
|
Here are the procedures for using the test::
|
||||||
|
|
||||||
C: nsh> ifup wpan0 <-- Brings up the network on the hub
|
C: nsh> ifup wpan0 <-- Brings up the network on the hub
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user