Update README; increase stack sizes in STM32F429i-DISCO nxwm configuration (does not help)

This commit is contained in:
Gregory Nutt 2017-01-07 17:28:54 -06:00
parent 07e832340f
commit 7a1cbdd13a
2 changed files with 41 additions and 88 deletions

View File

@ -71,6 +71,36 @@ FLASH may be programmed:
- Via JTAG/SWD connected to the SWD connector CN2.
CN4 Jumpers. Remove jumpers to enable signals at SWD connector CN2.
SWD 6-Pin STM32F429i-Discovery Connector CN2
Pin Signal Name Description
----- ------ ---------- ------------------------------
Pin 1 AIN_1 VDD_TARGET VDD from application
Pin 2 T_JCLK SWCLK SWD Clock
Pin 3 GND GND Ground
Pin 4 T_JTMS SWDIO SWD data input/output
Pin 5 T_NRST NRST Reset of target MCU
Pin 6 T_SWO SWO Reserved
SWD 20-pin J-Link Connector
Pin Name Type Description
------ --------- ------ ------------------------------
Pin 1 VTref Input Target reference voltage
Pin 2 Vsupply NC Not connected in J-Link
Pin 3 Not used NC Not used in J-Link
Pin 5 Not used NC Not used in J-Link
Pin 7 SWDIO I/O Bi-directional data pin
Pin 9 SWCLK Output Clock signal to target CPU
Pin 11 Not used NC Not used in J-Link
Pin 13 SWO Output Serial wire output trace port
Pin 15 RESET I/O Target CPU reset signal (nRST)
Pin 17 Not used NC Not connected in J-Link
Pin 19 5V-Supply Output Supplies power to some boards.
Pins 4, 45, 8, 10, 12, 14, 16, 18 and 20 are GND pins in J-Link. They
should also be connected to ground in the target system.
LEDs
====
@ -155,6 +185,13 @@ USART1 is enabled as the serial console in all configurations (see */defconfig).
USART1 RX and TX are configured on pins PA10 and PA9, respectively (see
include/board.h).
Header 32X2 P1
--------------
Pin 1 5V
Pin 51 PA10
Pin 52 PA9
Pin 63 GND
If solder bridges SB11 and SB12 are closed, then USART1 will be connected to
the ST-Link and should be available over USB as a virtual COM interface.
@ -207,7 +244,7 @@ TIM14
CH1 PA7*, PF9*
* Indicates pins that have other on-board functions and should be used only
with care (See table 5 in the STM32F429I-DISCO User Guide). The rest are
with care (See table 6 in the STM32F429I-DISCO User Guide). The rest are
free I/O pins (This need to be updated. They are incorrect!)
** Port I pins are not supported by the MCU

View File

@ -550,7 +550,7 @@ CONFIG_BOARD_LOOPSPERMSEC=16717
# Interrupt options
#
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
CONFIG_ARCH_INTERRUPTSTACK=0
CONFIG_ARCH_INTERRUPTSTACK=2048
CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y
# CONFIG_ARCH_HIPRI_INTERRUPT is not set
@ -1219,10 +1219,10 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
# CONFIG_EXAMPLES_NRF24L01TERM is not set
# CONFIG_EXAMPLES_NSH is not set
# CONFIG_EXAMPLES_NULL is not set
# CONFIG_EXAMPLES_NX is not set
# CONFIG_EXAMPLES_NXFFS is not set
# CONFIG_EXAMPLES_NXHELLO is not set
# CONFIG_EXAMPLES_NXIMAGE is not set
# CONFIG_EXAMPLES_NX is not set
# CONFIG_EXAMPLES_NXLINES is not set
# CONFIG_EXAMPLES_NXTERM is not set
# CONFIG_EXAMPLES_NXTEXT is not set
@ -1526,7 +1526,7 @@ CONFIG_NXWM_TOUCHSCREEN_DEVNO=0
CONFIG_NXWM_TOUCHSCREEN_DEVPATH="/dev/input0"
CONFIG_NXWM_TOUCHSCREEN_SIGNO=5
CONFIG_NXWM_TOUCHSCREEN_LISTENERPRIO=120
CONFIG_NXWM_TOUCHSCREEN_LISTENERSTACK=1024
CONFIG_NXWM_TOUCHSCREEN_LISTENERSTACK=1596
#
# NxWM Keyboard Configuration
@ -1557,90 +1557,6 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=5
# NxWM Media Player Display Settings
#
#
# NxWidgets/NxWM
#
#
# NX Server/Device Configuration
#
#
# NXWidget Configuration
#
#
# NXWidget Default Values
#
#
# Keypad behavior
#
#
# NxWM General Settings
#
#
# Color configuration
#
#
# Background Image
#
#
# NxWM Taskbar Configuration
#
#
# Horizontal and vertical spacing of icons in the task bar
#
#
# NxWM Toolbar Configuration
#
#
# NxWM Application Window Configuration
#
#
# NxWM Start Window Configuration
#
#
# Horizontal and vertical spacing of icons in the task bar
#
#
# NxTerm Window Settings
#
#
# NxWM Touchscreen Configuration
#
#
# Touchscreen Device Settings
#
#
# NxWM Keyboard Configuration
#
#
# NxWM Calibration Display Settings
#
#
# NxWM Hex Calculator Display Settings
#
#
# NxWM Media Player Display Settings
#
#
# Platform-specific Support
#