Skip to content

Commit

Permalink
Hotfix: Reverts commit 6692fdc.
Browse files Browse the repository at this point in the history
CKS32-Clone-Patch broke flashing on STM32 F3xx, F4xx and L1xx. (#761)
  • Loading branch information
Nightwalker-87 committed Feb 27, 2020
1 parent 0082e48 commit f5d0454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/stm32.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

// cortex core ids
#define STM32VL_CORE_ID 0x1ba01477
#define CS32VL_CORE_ID 0x2ba01477
#define STM32F7_CORE_ID 0x5ba02477

// Constant STM32 memory map figures
Expand Down
1 change: 0 additions & 1 deletion src/flash_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ int stlink_flash_loader_write_to_sram(stlink_t *sl, stm32_addr_t* addr, size_t*
loader_code = loader_code_stm32l;
loader_size = sizeof(loader_code_stm32l);
} else if (sl->core_id == STM32VL_CORE_ID ||
sl->core_id == CS32VL_CORE_ID ||
sl->chip_id == STLINK_CHIPID_STM32_F1_MEDIUM ||
sl->chip_id == STLINK_CHIPID_STM32_F3 ||
sl->chip_id == STLINK_CHIPID_STM32_F3_SMALL ||
Expand Down

0 comments on commit f5d0454

Please sign in to comment.