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

SVD support #86

Closed 0xc0170 closed 9 years ago

0xc0170 commented 9 years ago

To support loading svd file, to get chip peripherals and be able to read/write.

I usually have a header file open or a reference manual to get addresses of registers.

ECNU3D commented 9 years ago

Attach some useful links: https://www.keil.com/pack/doc/CMSIS/SVD/html/index.html

2014-12-16 21:49 GMT+08:00 Martin Kojtal notifications@github.com:

To support loading svd file, to get chip peripherals and be able to read/write.

I usually have a header file open or a reference manual to get addresses of registers.

— Reply to this email directly or view it on GitHub https://github.com/mbedmicro/pyOCD/issues/86.

c1728p9 commented 9 years ago

If you are using eclipse to debug you can use the EmbSys Register viewer plugin to load SVD files and view registers while debugging.