Does "Black Magic Debug" support the software development of the upper computer, directly read the address information of the peripheral MCU (ARM core) through the swd interface #1839
Unanswered
qwer4650987
asked this question in
Q&A
Replies: 1 comment
-
If we understand your question, you're asking if you could write BMDA - which already does exactly what you're after. If BMDA doesn't satisfy your needs, technically there is libbmd under the Meson build system. This gives one access to the core project (all the scan implementations, the GDB server, target support, and architecture support) as a shared library/DLL for embedding and linking - however, it does not give you access to any of BMDA's functionality to talk to ST-Links, J-Links, CMSIS-DAP adaptors, etc. See the BMDA README.md for details about that part of the project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am the first contact with "Black Magic Debug", my need is to develop a host computer software, directly through the swd interface to read the peripheral MCU (ARM core) address information, to achieve the burning function, my question:
Beta Was this translation helpful? Give feedback.
All reactions