Alexander Heldt af746a8af4 Add README
2025-01-01 12:39:17 +01:00
2024-08-11 12:31:34 +02:00
2025-01-01 12:38:25 +01:00
2024-08-03 11:54:31 +02:00
2024-08-03 11:54:31 +02:00
2024-12-30 11:39:53 +01:00
2024-08-03 11:55:27 +02:00
2025-01-01 12:39:17 +01:00

Falling sand on the STM32F411CE

Building

Run

make build

Probe for the board

Run

st-info --probe

Flashing

Run

make flash

Debugging

st-info --probe shows 0KB flash

> sudo st-info --probe
Found 1 stlink programmers
  version:    V2J43S28
  serial:     0671FF343056363043090732
  flash:      0 (pagesize: 16384)      <--- 0KB flash
  sram:       131072
  chipid:     0x431
  dev-type:   STM32F411xC_xE

This can happen when the flash is locked. One way to unlock it is to erase the entire chip via the Windows application ST-Link Util.

Description
No description provided
Readme 1.8 MiB
Languages
Assembly 62.5%
SWIG 33.7%
C 3.4%
Makefile 0.3%
Nix 0.1%