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.