flash_loader: add support for STM32L4Px_Qx chips

Signed-off-by: Jan Remes <jan.remes@mycroftmind.com>
pull/1439/head
Jan Remes 2024-10-29 15:15:12 +01:00
rodzic b6d46ce3d1
commit c2095ef435
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -309,6 +309,7 @@ int32_t stlink_flash_loader_write_to_sram(stlink_t *sl, stm32_addr_t* addr, uint
(sl->chip_id == STM32_CHIPID_L41x_L42x) ||
(sl->chip_id == STM32_CHIPID_L43x_L44x) ||
(sl->chip_id == STM32_CHIPID_L45x_L46x) ||
(sl->chip_id == STM32_CHIPID_L4PX) ||
(sl->chip_id == STM32_CHIPID_L4Rx) ||
(sl->chip_id == STM32_CHIPID_L496x_L4A6x)) {
loader_code = loader_code_stm32l4;