Difference between revisions of "Glossary"
From Miscellany
(→M) |
(→A) |
||
Line 4: | Line 4: | ||
:* [https://en.wikipedia.org/wiki/ARM_architecture_family ARM] | :* [https://en.wikipedia.org/wiki/ARM_architecture_family ARM] | ||
:** Advanced RISC Machine | :** Advanced RISC Machine | ||
+ | |||
+ | =C= | ||
+ | :* CS | ||
+ | :** Chip Select connection | ||
=D= | =D= |
Revision as of 10:24, 29 August 2022
A
- ADC
- Analog-to-Digital Converter
- ARM
- Advanced RISC Machine
- ADC
C
- CS
- Chip Select connection
- CS
D
- DAC
- Digital-to-Analog Converter
- 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.
- DAC
F
- FIFO
- First In/First Out
- FIFO
G
- GPIO
- General Purpose Input-Output
- GPIO
I
- IDE
- Integrated Development Environment
- IRQ
- Interrupt Request
- IDE
M
- MCU
- MicroController Unit
- microcontroller
- a compact integrated circuit designed to govern a specific operation in an embedded system. A typical microcontroller includes a processor, memory and input/output (I/O) peripherals on a single chip.
- MISO
- Master In/Slave Out
- a data transmission connection protocol
- MOSI
- Master Out/Slave In
- a data transmission connection protocol
- Master Out/Slave In
- MCU
P
- PDM
- Pulse Density Modulation
- a method of representing an analog signal with binary (on/off) data
- Pulse Density Modulation
- PDM
R
- REPL
- Read, Evaluate, Print,Loop
- This is the three-chevron prompt (>>>) in Python and MicroPython where you type commands interactively.
- Read, Evaluate, Print,Loop
- RX
- Receive, or Receiving Port
- REPL
S
- SBC
- Single Board Computer, such as Raspberry Pi
- SPI
- Serial Peripheral Interface
- SBC
T
- TX
- Transmit, or Transmitting Port
- TX
U
- UART
- Universal Asynchronous Receiver/Transmitter
- USB
- Universal Serial Bus
- UART