New board configuration devebox-stm32h743 - #19560
Conversation
There was a problem hiding this comment.
@seniorandre please include the board picture
Also could you please keep only "nsh" and "full" board profile? Each board profile requires a new build on NuttX CI and increase the overall test time.
+ Added new boards/arm/stm32h7/devebox-stm32h743 - checked (full): + w25q qspi flash (/w25) + led (PA1) + system console USART1 (PA9. PA10) + USB OTG_FS (cdc) + Buttons (PE3, PC5) + /dev/mmcsd0 + dac + dma - circular & stream modes + gpio Signed-off-by: Andrey Sobol <andrey.sobol.nn@gmail.com>
Documentation for the DevEbox STM32H743 board covering pin mappings, configurations, and flashing instructions. Signed-off-by: Andrey Sobol <andrey.sobol.nn@gmail.com>
efd1025 to
2fa7a1e
Compare
|
@acassis, Thank you for the review, |
Sounds good, thank you @seniorandre |
Summary
Add support for the DevEbox STM32H743 board based on the STM32H743VI microcontroller (Cortex-M7, 400 MHz).
Board reference: https://stm32-base.org/boards/STM32H743VIT6-STM32H7XX-M
Two commits:
Board features:
Impact
New board addition only. No impact on existing boards or subsystems.
Testing
All 3 configurations were built and tested on hardware.
Configs:
Documentation: make html in the Documentation/ directory — build succeeded.
Build host: Linux x86_64, GCC arm-none-eabi
Target: DevEbox STM32H743 (STM32H743VIT6)