一:常用縮寫
| 縮寫 | 英文 | 中文 |
| ARM | Advanced RISC Machine | |
| AAPCS | ARM Architecture Process call standard | ARM 體系結(jié)構(gòu)過程調(diào)用標準 |
| RISC | Reduced Instruction Set Computer | 精簡指令集計算機 |
| RTOS | Real Time Operating System | 實時操作系統(tǒng) |
| DMA | Direct Memory Access | 存儲器直接訪問 |
| EXTI | External Interrupts | 外部中斷 |
| FSMC | Flexible static memory controller | 可變靜態(tài)存儲控制器 |
| FPB | flash patch and breakpoint FLASH | 轉(zhuǎn)換及斷電單元 |
| HSE | Hign speed external | |
| HSI | High speed internal | |
| LSE | Low Speed external | |
| LSI | Low Speed Internal | |
| LSU | load store unit | 存取單元 |
| PFU | prefetch unit | 預取單元 |
| ISR | Interrupt Service Routines | 中斷服務程序 |
| NMI | Nonmaskable Interrupt | 不可屏蔽中斷 |
| NVIC | Nested Vectored Interrupt Controller | 嵌套向量中斷控制器 |
| MPU | Memory Protection Unit | 內(nèi)存保護單元 |
| MIPS | million instructions per second | 每秒能執(zhí)行的百萬條指令的條數(shù) |
| RCC | Reset and clock control | 復位和時鐘控制 |
| RTC | Real-Time Clock | 實時時鐘 |
| IWDG | independent watchdog | 獨立看門狗 |
| WWDG | Window watchdog | 窗口看門狗 |
| TIM | timer | 定時器 |
| GAL | generic array logic | 通用陣列邏輯 |
| PAL | programmable array logic | 可編程陣列邏輯 |
| ASIC | Application Specific Integrated Circuit | 專用集成電路 |
| FPGA | Field-Programmable Gate Array | 現(xiàn)場可編程門陣列 |
| CPLD | Complex Programmable Logic Device | 可編程邏輯器件 |
| AFIO | alternate function IO | 復用 IO 端口 |
| GPIO | general purpose input/output | 通用 IO 端口 |
| CAN | Controller area network | 控制器局域網(wǎng) |
| FLITF | The Flash memory interface | 閃存存儲器接口 |
| I2C | Inter-integrated circuit | 微集成電路 |
| IIS | integrate interface of sound | 集成音頻接口 |
| JTAG | joint test action group | 聯(lián)合測試行動小組 |
| SPI | Serial Peripheral Interface | 串行外圍設備接口 |
| UART | Universal Synchr./Asynch. Receiver Transmitter | 通用異步接收/發(fā)送裝置 |
| USB | Universal Serial Bus | 通用串行總線 |
| CPSP | Current Program Status Register | 當前程序狀態(tài)寄存器 |
| SPSP | saved program status register | 程序狀態(tài)備份寄存器 |
| CSR | clock control/status register | 時鐘控制狀態(tài)寄存器 |
| LR | link register | 鏈接寄存器 |
| SP | stack pointer | 堆棧指針 |
| MSP | main stack pointer | 主堆棧指針 |
| PSP | process stack pointer | 進程堆棧指針 |
| PC | program counter | 程序計數(shù)器 |
| ICE | in circuit emulator | 在線仿真 |
| ICE Breaker | 嵌入式在線仿真單元 | |
| DBG | debug | 調(diào)試 |
| IDE | integrated development environment | 集成開發(fā)環(huán)境 |
| DWT | data watchpoint and trace | 數(shù)據(jù)觀測與跟蹤單元 |
| ITM | instrumentation trace macrocell | 測量跟蹤單元 |
| ETM | embedded trace macrocell | 嵌入式追蹤宏單元 |
| TPIU | trace port interface unit | 跟蹤端口接口單元 |
| TAP | test access port | 測試訪問端口 |
| DAP | debug access prot | 調(diào)試訪問端口 |
| TP | trace port | 跟蹤端口 |
| DP | debug port | 調(diào)試端口 |
| SWJ-DP | serial wire JTAG debug port | 串行-JTAG 調(diào)試接口 |
| SW-DP | serial wire debug port | |
| JTAG-DP | JTAG debug port | |
| IRQ | interrupt request | 中斷請求 |
| FIQ | fast interrupt request | 快速中斷請求 |
| SW | software | 軟件 |
| SWI | software interrupt | 軟中斷 |
| RO | read only | 只讀(部分) |
| RW | read write | 讀寫(部分) |
| ZI | zero initial | 零初始化(部分) |
| BSS | Block Started by Symbol | 以符號開始的塊(未初始化數(shù)據(jù)段) |
| PPB | Private Peripheral Bus | 專用外設總線 |
| ALU | Arithmetic Logical Unit | 算術邏輯單元 |
| CLZ | count leading zero | 前導零計數(shù)(指令) |
| SIMD | single instruction stream multiple data stream | 單指令流,多數(shù)據(jù)流 |
| VFP | vector floating point | 矢量浮點運算 |
二:常用詞匯
| 英文 | 中文 |
| Big Endian? | 大端存儲模式? |
| Little Endian | 小端存儲模式 |
| context switch | 任務切換(上下文切換)(CPU寄存器內(nèi)容的切換) |
| task switch | 任務切換 |
| literal pool | 數(shù)據(jù)緩沖池 |
| arbitration | 仲裁 |
| access | 訪問 |
| assembler | 匯編器 |
| disassembly | 反匯編 |
| binutils | 連接器 |
| bit-banding | 位段(技術) |
| bit-band alias | 位段別名 |
| bit-band region | 位段區(qū)域 |
| banked | 分組 |
| buffer | 緩存/ |
| ceramic | 陶瓷 |
| fetch | 取指 |
| decode | 譯碼 |
| execute | 執(zhí)行 |
| Harvard | 哈佛(架構(gòu)) |
| handler | 處理者 |
| heap | 堆 |
| stack | 棧 |
| latency | 延時 |
| load (LDR) | 加載(存儲器內(nèi)容加載到寄存器Rn) |
| store (STR) | 存儲(寄存器Rn內(nèi)容存儲到存儲器) |
| Loader | 裝載器 |
| optimization | 優(yōu)化 |
| process | 進程/過程 |
| thread | 線程 |
| prescaler | 預分頻器 |
| prefetch | 預讀/預取指 |
| perform | 執(zhí)行 |
| pre-emption | 搶占 |
| tail-chaining | 尾鏈 |
| late-arriving | 遲到 |
| resonator | 共振器 |
| pseudo-instruction | 偽指令 |
| directive | 偽操作 |
| comments | 注釋 |
| FA full ascending | 滿棧遞增(方式) |
| EA empty ascending | 空棧遞增(方式) |
| FD full desending | 滿棧遞減(方式) |
| ED empty desending | 空棧遞減(方式) |
| Bus Matrix | 總線矩陣 |
| Bus Splitter | 總線分割 |
| JTAG | 調(diào)試接口 |
聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權轉(zhuǎn)載。文章觀點僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學習之用,如有內(nèi)容侵權或者其他違規(guī)問題,請聯(lián)系本站處理。
舉報投訴
-
單片機
+關注
關注
6076文章
45494瀏覽量
670264 -
STM32
+關注
關注
2309文章
11162瀏覽量
373413 -
指令集
+關注
關注
0文章
229瀏覽量
24358
原文標題:STM32中這些常見又實用的英文縮寫和詞匯,你都認識嗎?(推薦收藏)
文章出處:【微信號:精通單片機與嵌入式,微信公眾號:精通單片機與嵌入式】歡迎添加關注!文章轉(zhuǎn)載請注明出處。
發(fā)布評論請先 登錄
相關推薦
熱點推薦
STM32嵌入式開發(fā)常用詞匯英文縮寫部分
英文縮寫部分A:ADC--------Analog-to-Digital Converter—模/數(shù)轉(zhuǎn)換器,模數(shù)轉(zhuǎn)換器AFIO-------alternate function IO—復用 IO
發(fā)表于 08-20 06:40
STM32啟動文件的文件名英文縮寫意義
USE_STDPERIPH_DRIVER, STM32F10X_HDSTM32固件庫Libraries\CMSIS\Core\CM3\startup\arm中啟動文件的文件名英文縮寫意
發(fā)表于 08-23 06:18
Vallen公司縮寫詞匯表(內(nèi)部資料)
Vallen公司縮寫詞匯表(內(nèi)部資料)
1. 一般術語1.1 Units and measurements(單位和測量)1.2 PC and electrical equipment(計算機和電器
發(fā)表于 03-20 10:14
?0次下載
SMT英文縮寫詞匯解析
SMT英文縮寫詞匯解析AI :Auto-Insertion 自動插件 AQL :acceptable quality level 允收水準 ATE :automatic test equipment 自動測試 ATM :atmo
發(fā)表于 08-03 11:38
?2767次閱讀
電路原理圖英文縮寫
大家在看電路原理圖的時候,或多或少都會看見許多用英文標注的一些縮寫詞。本文摘抄一些經(jīng)典常見的縮寫,供大家參考學習。
硬件的常見英文縮寫
電子硬件的一些名詞相信大部分人都有了解或聽說過,在這些種類繁多的名詞中,會發(fā)現(xiàn)幾乎所有的硬件相關類的電子元器件或者是其他一些IC,模塊電路,基礎知識等等,都有英文表示或者是英文
STM32中這些常見又實用的英文縮寫和詞匯
評論