betaflight / config

Betaflight target definitions
GNU General Public License v3.0
24 stars 86 forks source link

SPRacingH7EXTREME - Add support for the 16MB NOR flash that the PX4 edition is shipped with. #378

Closed hydra closed 3 months ago

hydra commented 3 months ago
# version
# Betaflight / STM32H750 (SP7E) 4.5.0 Apr  4 2024 / 12:04:15 (c3a3901b87) MSP API: 1.46
# board: manufacturer_id: SPRO, board_name: SPRACINGH7EXTREME

# status
MCU H750 Clock=400MHz, Vref=3.29V, Core temp=56degC
Stack size: 2048, Stack address: 0x20020000
Configuration: CONFIGURED, size: 4135, max available: 65536
Devices detected: SPI:2, I2C:1
Gyros detected: gyro 1, gyro 2 locked dma
GYRO=ICM20602, ACC=ICM20602, BARO=BMP388
OSD: MSP (53 x 20)
System Uptime: 71 seconds, Current Time: 2024-04-04T11:10:24.910+00:00
CPU:20%, cycle time: 126, GYRO rate: 7936, RX rate: 15, System rate: 9
Voltage: 0 * 0.01V (0S battery - INIT)
I2C Errors: 9
SD card: None inserted
FLASH: JEDEC ID=0x00ef7018 16M
Arming disable flags: RXLOSS ANGLE CLI MSP

Note the JEDEC ID in the above status output is 0x00ef7018 and the flash chip size is 16M

That's the board running with this PR and the other PX4 edition changes that were used to build this release:

https://github.com/spracing/betaflight/releases/tag/SPRACING-20240404-1304-4.5.0-RC3-H7EXTREMEPX4

^ Binaries for testing attached to the release.