MQTT-controlled 4-channel DDS signal generator using Urukul, Humpback and STM32 NUCLEO
 
 
 
 
Go to file
Sebastien Bourdeauducq e67a37ebbd add cargosha256.nix 2020-09-24 11:11:44 +08:00
.cargo scpi: add switch ctrl command 2020-09-03 17:41:27 +08:00
examples mqtt_client: rm debug 2020-09-23 10:44:38 +08:00
gdb_config scpi: adopt rust standard on result/option handling 2020-09-14 15:36:03 +08:00
migen migen: move add extension into build 2020-09-17 12:59:22 +08:00
nix nmigen: purgred nmigen nix config 2020-08-12 12:45:19 +08:00
openocd mqtt_mux: init openocd 2020-09-17 17:02:41 +08:00
src mqtt_mux: fixed singletone parameter bug 2020-09-23 10:41:54 +08:00
.gitignore cargo.lock: commit 2020-09-16 17:45:14 +08:00
Cargo.lock mqtt_mux: use nom 2020-09-21 17:31:34 +08:00
Cargo.toml mqtt_mux: use nom 2020-09-21 17:31:34 +08:00
Makefile mf: using file name 2020-09-17 13:33:59 +08:00
README.md README: update 2020-09-16 15:24:27 +08:00
cargosha256.nix add cargosha256.nix 2020-09-24 11:11:44 +08:00
memory.x scpi: introduce master clock setup 2020-09-07 14:07:39 +08:00
shell.nix nix: rm aranche-pnr, add mosquitto 2020-09-23 10:40:55 +08:00

README.md

Humpback DDS

RF signal generator using Urukul, Humpback and STM32 NUCLEO-H743ZI2

Nix commands

Open nix shell before anything.

nix-shell

Start OpenOCD server in unblocking mode.

run-openocd

Start OpenOCD server in blocking mode, for console print through semihosting.

run-openocd-block

Reset STM32 flash before flashing bitstream for Humpback FPGA.

reset-flash

Load bitstream to Humpback FPGA.

configure-fpga

Verify a proper bitstream is loaded to STM32 flash.

verify-fpga-config

Run a Ethernet server with TCP socket examples.

run-ethernet-server

Select a different gdb config file from gdb_config directory.

set-gdb-config-file <filename>

Leave as blank for default openocd.gdb configuration.