kopia lustrzana https://github.com/stlink-org/stlink
Add support for CS32F103C8T6 (#805)
CS32F103C8T6 is clone of STM32F103C8T6 but with incorrect core_id number.pull/811/head
rodzic
df3c2b0286
commit
84f63d25bd
|
@ -262,6 +262,7 @@ 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->chip_id == STLINK_CHIPID_STM32_F1_MEDIUM
|
||||
|| sl->chip_id == STLINK_CHIPID_STM32_F3
|
||||
|| sl->chip_id == STLINK_CHIPID_STM32_F3_SMALL
|
||||
|| sl->chip_id == STLINK_CHIPID_STM32_F303_HIGH
|
||||
|
|
Ładowanie…
Reference in New Issue