furs

audience
Login

audience

General Guide

FURS is made for Forth users who make STM32xx hardware devices. If you have never made a Forth STM32xx device and don't intend to, then FURS probably won't interest you.

FURS was made to configure the on-board peripherals, quickly and accurately, often without use of the Technical Manual.

FURS also saves flash memory:

For the STM32F051 (64 kB flash) FURS **always** saves flash unless your application literally configures **every** register and bit-field in the entire peripheral set. Even then the break-even is ~14800 register accesses, which is far beyond typical usage. Therefore FURS absolute-address mode is strongly recommended for this part.

Must Know Well To Use FURS

Must Know Well To Hack FURS

This List

FURS Notes

How Does FURS Work ?