2019-03-21 02:32:23 +08:00
|
|
|
# Stabilizer Firmware
|
2019-03-10 20:08:32 +08:00
|
|
|
|
2019-04-12 23:43:51 +08:00
|
|
|
## Features
|
|
|
|
|
|
|
|
* dual channel
|
|
|
|
* SPI ADC
|
|
|
|
* SPI DAC
|
|
|
|
* fixed AFE gains
|
|
|
|
* 500 kHz rate, timed
|
|
|
|
* < 2 µs latency, unmatched
|
|
|
|
* f32 IIR math
|
|
|
|
* generic biquad (second order) IIR filter
|
|
|
|
* anti-windup
|
|
|
|
* derivative kick avoidance
|
|
|
|
* configurable output limits
|
|
|
|
|
|
|
|
## Hardware
|
|
|
|
|
|
|
|
See https://github.com/sinara-hw/Stabilizer
|
|
|
|
|
|
|
|
## Minimal bootstrapping documentation
|
|
|
|
|
|
|
|
* Clone or download this
|
|
|
|
* Get a recent openocd, a JTAG adapter ("st-link" or some clone) and
|
|
|
|
everything connected and permissions setup
|
|
|
|
* Get a multiarch `gdb` (or a cross arm gdb and edit `.cargo/config` accordingly)
|
|
|
|
* Get [rustup](https://rustup.rs/)
|
|
|
|
* `rustup override add nightly`
|
|
|
|
* `rustup target add thumbv7em-none-eabihf`
|
|
|
|
* `openocd -f stabilizer.cfg` and leave it running
|
|
|
|
* `cargo run --release`
|