SPRACINGH7ZERO - STM32H750 400Mhz FC with OSD, Baro & BEC.
commit45703e5a52009de085f3b97a0ea6c9d89047429c
authorDominic Clifton <dominic.clifton@cleanflight.com>
Mon, 29 Jul 2019 20:20:35 +0000 (29 22:20 +0200)
committerDominic Clifton <dominic.clifton@cleanflight.com>
Mon, 29 Jul 2019 20:20:35 +0000 (29 22:20 +0200)
treebd4791023a7a775c52d16dd1bf269c66c24ff76e
parent7a84a5cf73452bdb96164f8651a13a18d7786efb
SPRACINGH7ZERO - STM32H750 400Mhz FC with OSD, Baro & BEC.

Website: http://seriouslypro.com/spracingh7zero
Shop: https://shop.seriouslypro.com/sp-racing-h7-zero

STM32 H7 400Mhz CPU (1MB Ram, 128k flash)
128MByte Flash (for firmware, config and Blackbox logging, 4-bit QuadSPI
not 1-bit SPI)
Single ICM20602 Gyro (SPI, with interrupt signals, 32khz capable)
BMP388 Baro (I2C + interrupt)
OSD (dedicated SPI)
SD Card (4-bit SDIO not 1-bit SPI)
2-6S BEC
8 Motor outputs
6 Serial ports.
Single sided PCB.
Entire PCB side dedicated to solder pads.
src/main/target/SPRACINGH7ZERO/config.c [new file with mode: 0644]
src/main/target/SPRACINGH7ZERO/target.c [new file with mode: 0644]
src/main/target/SPRACINGH7ZERO/target.h [new file with mode: 0644]
src/main/target/SPRACINGH7ZERO/target.mk [new file with mode: 0644]