Difference: BoardSupportPackageH743 (8 vs. 9)

Revision 92022-06-27 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="MecrispCubeH74x"
%DASHBOARD{ section="banner"
Line: 6 to 6
  title="Board Support Package for the STM NUCLEO-H743ZI Board" titlestyle="color:#F00000;" }%
Changed:
<
<
Intro
>
>
Intro
 DRAFT

The board support package for the STM NUCLEO-H743ZI Board is restricted to the Arduino UNO pin header and the onboard LEDs and switch (push button). The STM32H743 has much more capabilities then 16 digital I/O pins, 6 analog input pins, UART, SPI, and I2C interfaces. But if you want to use the more advanced features you can use the CubeMX to create source code for the internal peripherals. This project wants to show how to use the Cube Ecosystem for a Forth system (or vice versa) and can't implement all features and possibilities the STM32H743 has. It is a good starting point for your project.

Changed:
<
<
Contents
>
>
Contents
 

Overview

Changed:
<
<
  • 512? KiB RAM dictionary
  • 784? KiB Flash dictionary
>
>
  • 256 KiB RAM dictionary
  • 1024 KiB Flash dictionary
 
  • Forth as CMSIS-RTOS thread. CMSIS-RTOS API to use FreeRTOS from Forth.
  • Buffered terminal I/O (5 KiB buffer for UART Rx). Interrupt driven and RTOS aware, key and emit block the calling thread.
    • USART1: D0 RX, D1 TX
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback