pyocd / pyOCD

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

Not able to read memory mapped GPIO on nucleo STM32F103RBT6 #732

Open mes1234 opened 5 years ago

mes1234 commented 5 years ago

Hello,

I was running nucleo board STM32F103RBT6 using VS code extension https://github.com/Marus/cortex-debug/ I could not make use of showing SVD mapped region of GPIOA. It was not updating. It started to work after switching to openOCD. Whole description is documented here: https://github.com/Marus/cortex-debug/issues/210

heartacker commented 4 years ago

same problem