Skip to content

Commit

Permalink
Merge pull request #1265 from trabucayre/fix_l152re_flash_reg_addr
Browse files Browse the repository at this point in the history
Fixed flash regs addr for STM32L152RET6 in common_flash.c
  • Loading branch information
Nightwalker-87 authored Aug 26, 2022
2 parents d66c0cd + 0e734a5 commit a32f2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ uint32_t get_stm32l0_flash_base(stlink_t *sl) {
case STM32_CHIPID_L1_MD:
case STM32_CHIPID_L1_MD_PLUS:
case STM32_CHIPID_L1_MD_PLUS_HD:
case STM32_CHIPID_L152_RE:
return (STM32L_FLASH_REGS_ADDR);

default:
Expand Down

0 comments on commit a32f2c5

Please sign in to comment.