forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards/stm32h7: Add initial support to WeAct STM32H743
Signed-off-by: Alan C. Assis <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,440 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
=============== | ||
weact-stm32h743 | ||
=============== | ||
|
||
This page discusses issues unique to NuttX configurations for the | ||
WeAct STM32H743 board. | ||
|
||
.. figure:: weact-stm32h743.png | ||
:align: center | ||
|
||
Board information | ||
================= | ||
|
||
This board was release by WeAct Studio in 2020 and developed based on | ||
STM32H743VI microcontroller. | ||
|
||
The board features: | ||
- USB-C power supply | ||
- SWD connector | ||
- Crystal for HS 25MHz | ||
- Crystal for RTC 32.768KHz | ||
- 1 user LED | ||
- 1 MicroSD connector supporting 1 or 4-bit bus | ||
- 1 USB 2.0 Host/Device | ||
- 2 SPI Flash | ||
- 1 OLED display | ||
- 1 Camera | ||
|
||
Board documentation: https://github.com/WeActStudio/MiniSTM32H7xx | ||
|
||
BOARD-LED | ||
========= | ||
|
||
The WeAct STM32H743 has 1 software controllable LED. | ||
|
||
==== ===== | ||
LED PINS | ||
==== ===== | ||
E3 PE3 | ||
==== ===== | ||
|
||
UART/USART | ||
========== | ||
|
||
The WeAct STM32H743 used the USART1 for serial debug messages. | ||
|
||
USART1 | ||
------ | ||
|
||
====== ===== | ||
USART1 PINS | ||
====== ===== | ||
TX PB14 | ||
RX PB15 | ||
====== ===== | ||
|
||
============== | ||
|
||
Each weact-stm32h743 configuration is maintained in a sub-directory and | ||
can be selected as follow:: | ||
|
||
tools/configure.sh weact-stm32h743:<subdir> | ||
|
||
Where <subdir> is one of the following: | ||
|
||
|
||
Configuration Directories | ||
------------------------- | ||
|
||
nsh | ||
--- | ||
|
||
Configures the NuttShell (nsh) located at apps/examples/nsh. This | ||
configuration enables a serial console on UART1. | ||
|
Binary file added
BIN
+1.31 MB
Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/weact-stm32h743.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ############################################################################## | ||
# boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor | ||
# license agreements. See the NOTICE file distributed with this work for | ||
# additional information regarding copyright ownership. The ASF licenses this | ||
# file to you under the Apache License, Version 2.0 (the "License"); you may not | ||
# use this file except in compliance with the License. You may obtain a copy of | ||
# the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
# License for the specific language governing permissions and limitations under | ||
# the License. | ||
# | ||
# ############################################################################## | ||
|
||
add_subdirectory(src) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# For a description of the syntax of this configuration file, | ||
# see the file kconfig-language.txt in the NuttX tools repository. | ||
# | ||
|
||
if ARCH_BOARD_WEACT_STM32H743 | ||
|
||
endif # ARCH_BOARD_WEACT_STM32H743 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_NSH_DISABLE_IFCONFIG is not set | ||
# CONFIG_NSH_DISABLE_PS is not set | ||
# CONFIG_STANDARD_SERIAL is not set | ||
# CONFIG_STM32H7_USE_LEGACY_PINMAP is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="weact-stm32h743" | ||
CONFIG_ARCH_BOARD_WEACT_STM32H743=y | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H743VI=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_CHIP_STM32H7_CORTEXM7=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_ARMV7M_DCACHE=y | ||
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y | ||
CONFIG_ARMV7M_DTCM=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=43103 | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_HAVE_CXX=y | ||
CONFIG_HAVE_CXXINITIALIZE=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_MM_REGIONS=4 | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_SPI=y | ||
CONFIG_START_DAY=11 | ||
CONFIG_START_MONTH=5 | ||
CONFIG_START_YEAR=2024 | ||
CONFIG_STM32H7_USART1=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_USART1_SERIAL_CONSOLE=y |
Oops, something went wrong.