Marus / cortex-debug

Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
MIT License
1.01k stars 240 forks source link

Unable to read memory using pyocd when step-debug #324

Closed heartacker closed 4 years ago

heartacker commented 4 years ago
Unable to read memory: Unable to read memory. (from data-read-memory-bytes "0x40018000" 92)

Each step operation prompts one error image

haneefdm commented 4 years ago

You have not provided enough info to debug the problem. If you are using an SVD file, we have to read memory-mapped registers for your peripherals. Perhaps your pyocd is misconfigured.

See https://github.com/Marus/cortex-debug/issues/210

I can re-open if that is not the case