|
META TOPICPARENT |
name="MecrispCubeH743" |
%DASHBOARD{ section="banner" |
|
- 512? KiB RAM dictionary
- 784? 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. USART3: D0 RX, D1 TX
|
> > |
- 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
- USART6: ST-LINK VCP
|
| |
|
-
- Output compare TIM2: D0, D1
- EXTI: D11, D12, D13
- SPI: D2 SCK, D3 MISO, D4 MOSI (e.g. for display, memory)
|
|
< < |
- I2C: D14 SDA, D15 SCL (external peripherals Qwiic / STEMMA QT port)
|
> > |
- I2C: D14 SDA, D15 SCL (external peripherals)
|
|
- vi Editor origin in BusyBox tiny vi. Workflow development:
begin Edit EVALUATE while SaveFile repeat
- Real Time Clock (32 bit UNIX time stamp, valid times are from 1.1.2000 to 31.12.2099 because of the STM32WB RTC peripheral)
time! , time@ , and .time (YYYY-MM-DDTHH:MM:SS ISO 8601).
|
|
< < | Defaults: Digital port pins D1, D5, D6, D9 to D13 are inputs; D0 (UART_RX) is input with 100 kOhm pull-up resistor; D14 (SDA) and D15 (SCL) are open drain outputs with 10 kOhm pull-up resistors; D5, D6, and D9 with internal pull-ups (for the push buttons). |
> > | Defaults:
- Digital port pins D2 to D13 are inputs
- D0 (UART_RX) is input with internal pull-up resistor, D1 (UART_TX) is output
- D14 (SDA) and D15 (SCL) are open drain outputs with internal pull-up resistors
|
|
|
| USB_DP / PA12
USB_DM / PA11 |
|
> > | VCP UART
STLK_VCP_TX / PG14 / ST-LINK VCP Rx
STLK_VCP_RX / PG9 / ST-LINK VCP Tx |
|
|