Skip to content

Commit

Permalink
bsp: Leave HSI on for STM32F1
Browse files Browse the repository at this point in the history
HSI is needed for flash writes so now it's turned on by default.

Signed-off-by: Jerzy Kasenberg <[email protected]>
  • Loading branch information
kasjer committed Jun 10, 2024
1 parent 5477f8f commit f48267d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/bsp/bluepill/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syscfg.vals:
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
STM32_CLOCK_HSI: 0
STM32_CLOCK_HSI: 1
STM32_CLOCK_HSE: 1
STM32_CLOCK_HSE_BYPASS: 0
STM32_CLOCK_PLL_MUL: 'RCC_PLL_MUL9'
Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/olimex-p103/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ syscfg.vals:
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
STM32_CLOCK_HSI: 0
STM32_CLOCK_HSI: 1
STM32_CLOCK_HSE: 1
STM32_CLOCK_HSE_BYPASS: 0
STM32_CLOCK_PLL_MUL: 'RCC_PLL_MUL9'
Expand Down

0 comments on commit f48267d

Please sign in to comment.