Difference between revisions of "Glossary"
From Miscellany
Line 1: | Line 1: | ||
+ | =A= | ||
* [https://en.wikipedia.org/wiki/ARM_architecture_family ARM] | * [https://en.wikipedia.org/wiki/ARM_architecture_family ARM] | ||
** Advanced RISC Machine | ** Advanced RISC Machine | ||
+ | =D= | ||
+ | * DAP | ||
+ | ** Debug Access Point | ||
* [https://daplink.io/ DAPLink] | * [https://daplink.io/ DAPLink] | ||
** Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software on running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. It creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with drag-and-drop programming, a serial port and CMSIS-DAP based debugging. | ** Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software on running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. It creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with drag-and-drop programming, a serial port and CMSIS-DAP based debugging. | ||
+ | =S= | ||
* SBC | * SBC | ||
** Single Board Computer, such as [https://raspberrypi.org Raspberry Pi] | ** Single Board Computer, such as [https://raspberrypi.org Raspberry Pi] |
Revision as of 04:07, 29 August 2022
A
- ARM
- Advanced RISC Machine
D
- DAP
- Debug Access Point
- DAPLink
- Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software on running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. It creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with drag-and-drop programming, a serial port and CMSIS-DAP based debugging.
S
- SBC
- Single Board Computer, such as Raspberry Pi