You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
While programming the mcu there are several warnings and it fails finally.
pyocd load app.elf --pack Keil.STM32H7xx_DFP.3.1.1.pack --target stm32h7b3zitx
0002763 W Page size (32768) is larger than sector size (8192) for flash region FLASH_Bank2; using sector size [flm_region_builder]
Issue is H7B0, which is used as buildin target, have different sector size etc.
Besides that 'Keil.STM32H7xx_DFP.3.1.1.pack' have also some issues.
The text was updated successfully, but these errors were encountered:
gdf8gdn8
added a commit
to gdf8gdn8/pyOCD
that referenced
this issue
Sep 22, 2024
- Fixed ram size for target H7B3
- Fixed flash size
Sectory size for STM32H3B0xx is 32kbyte but for
STM32H7B3xx 8kbyte
- Fixed fragments from patch integration
Resolvespyocd#1721
Hello,
While programming the mcu there are several warnings and it fails finally.
Issue is H7B0, which is used as buildin target, have different sector size etc.
Besides that 'Keil.STM32H7xx_DFP.3.1.1.pack' have also some issues.
The text was updated successfully, but these errors were encountered: