Skip to content

Commit

Permalink
Merge pull request #1044 from Ant-ON/develop
Browse files Browse the repository at this point in the history
Use vl flashloader for all STM32F1 series
  • Loading branch information
Nightwalker-87 committed Oct 2, 2020
2 parents bf41f14 + 304635a commit d819a4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stlink-lib/flash_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ int stlink_flash_loader_write_to_sram(stlink_t *sl, stm32_addr_t* addr, size_t*
loader_size = sizeof(loader_code_stm32l);
} else if (sl->core_id == STM32VL_CORE_ID ||
sl->chip_id == STLINK_CHIPID_STM32_F1_MEDIUM ||
sl->chip_id == STLINK_CHIPID_STM32_F1_HIGH ||
sl->chip_id == STLINK_CHIPID_STM32_F1_LOW ||
sl->chip_id == STLINK_CHIPID_STM32_F1_VL_MEDIUM_LOW ||
sl->chip_id == STLINK_CHIPID_STM32_F1_VL_HIGH ||
sl->chip_id == STLINK_CHIPID_STM32_F1_XL ||
sl->chip_id == STLINK_CHIPID_STM32_F1_CONN ||
sl->chip_id == STLINK_CHIPID_STM32_F3 ||
sl->chip_id == STLINK_CHIPID_STM32_F3_SMALL ||
sl->chip_id == STLINK_CHIPID_STM32_F303_HIGH ||
Expand Down

0 comments on commit d819a4a

Please sign in to comment.