Skip to content

Commit

Permalink
changed text for F72/F73
Browse files Browse the repository at this point in the history
  • Loading branch information
rewolff committed Mar 19, 2020
1 parent f5d0454 commit 13c6211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chipid.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static const struct stlink_chipid_params devices[] = {
{
//RM0431 and DS document was used to find these paramaters
.chip_id = STLINK_CHIPID_STM32_F72XXX,
.description = "F72 device",
.description = "F72/F73 device",
.flash_type = STLINK_FLASH_TYPE_F4,
.flash_size_reg = 0x1ff07a22, // section 35.2
.flash_pagesize = 0x800, // No flash pages
Expand Down

0 comments on commit 13c6211

Please sign in to comment.