Skip to content

Commit

Permalink
Update STM32F3xx chip ID that covers a few different devices. (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
WRansohoff authored and xor-gate committed Jan 13, 2019
1 parent 7651d21 commit 6a9d390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chipid.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ static const struct stlink_chipid_params devices[] = {
.bootrom_size = 0x1000
},
{
// STM32F334
// RM0364 document was used to find these parameters
// STM32F334, STM32F303x6/8, and STM32F328
// From RM0364 and RM0316
.chip_id = STLINK_CHIPID_STM32_F334,
.description = "F334 device",
.description = "F3xx medium density device", // (RM0316 sec 33.6.1)
.flash_type = STLINK_FLASH_TYPE_F0,
.flash_size_reg = 0x1ffff7cc,
.flash_pagesize = 0x800,
Expand Down

0 comments on commit 6a9d390

Please sign in to comment.