Skip to content

Commit

Permalink
AP_HAL_ChibiOS: increase clock frequency for QSPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Sep 1, 2021
1 parent 2dc51d9 commit 1eb318c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ PG6 QUADSPI_BK1_NCS QUADSPI1
PB2 QUADSPI_CLK QUADSPI1

# IFace Device Name Bus QSPI Mode Clk Freq Size (Pow2) NCS Delay
QSPIDEV mt25q QUADSPI1 MODE1 50*MHZ 24 2
QSPIDEV mt25q QUADSPI1 MODE1 120*MHZ 24 8

PB13 VBUS INPUT OPENDRAIN

Expand Down
6 changes: 3 additions & 3 deletions libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ APJ_BOARD_ID 146
FLASH_SIZE_KB 2048

# setup build for a peripheral firmware
env AP_PERIPH 1
# env AP_PERIPH 1

define HAL_BUILD_AP_PERIPH
define HAL_NO_GCS
# define HAL_BUILD_AP_PERIPH
# define HAL_NO_GCS

# bootloader is installed at zero offset
FLASH_RESERVE_START_KB 128
Expand Down

0 comments on commit 1eb318c

Please sign in to comment.