pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.13k stars 484 forks source link

STM32WB55CGUx programming failure due to lack of a memory region #1715

Open Optymistyczny opened 3 months ago

Optymistyczny commented 3 months ago

Hello,

I have encountered the issue mentioned above. While programming the mcu there are several warnings and it fails eventually. I have installed the necessary pack for wb55.

pyocd list --targets: image

pyocd flash (...) image

Thank you for any help! I do not know how to define memory regions on my own.