一:常用縮寫
| 縮寫 | 英文 | 中文 |
| ARM | Advanced RISC Machine | |
| AAPCS | ARM Architecture Process call standard | ARM 體系結構過程調用標準 |
| RISC | Reduced Instruction Set Computer | 精簡指令集計算機 |
| RTOS | Real Time Operating System | 實時操作系統 |
| DMA | Direct Memory Access | 存儲器直接訪問 |
| EXTI | External Interrupts | 外部中斷 |
| FSMC | Flexible static memory controller | 可變靜態存儲控制器 |
| FPB | flash patch and breakpoint FLASH | 轉換及斷電單元 |
| 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 | 內存保護單元 |
| MIPS | million instructions per second | 每秒能執行的百萬條指令的條數 |
| 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 | 現場可編程門陣列 |
| CPLD | Complex Programmable Logic Device | 可編程邏輯器件 |
| AFIO | alternate function IO | 復用 IO 端口 |
| GPIO | general purpose input/output | 通用 IO 端口 |
| CAN | Controller area network | 控制器局域網 |
| FLITF | The Flash memory interface | 閃存存儲器接口 |
| I2C | Inter-integrated circuit | 微集成電路 |
| IIS | integrate interface of sound | 集成音頻接口 |
| JTAG | joint test action group | 聯合測試行動小組 |
| SPI | Serial Peripheral Interface | 串行外圍設備接口 |
| UART | Universal Synchr./Asynch. Receiver Transmitter | 通用異步接收/發送裝置 |
| USB | Universal Serial Bus | 通用串行總線 |
| CPSP | Current Program Status Register | 當前程序狀態寄存器 |
| SPSP | saved program status register | 程序狀態備份寄存器 |
| CSR | clock control/status register | 時鐘控制狀態寄存器 |
| LR | link register | 鏈接寄存器 |
| SP | stack pointer | 堆棧指針 |
| MSP | main stack pointer | 主堆棧指針 |
| PSP | process stack pointer | 進程堆棧指針 |
| PC | program counter | 程序計數器 |
| ICE | in circuit emulator | 在線仿真 |
| ICE Breaker | 嵌入式在線仿真單元 | |
| DBG | debug | 調試 |
| IDE | integrated development environment | 集成開發環境 |
| DWT | data watchpoint and trace | 數據觀測與跟蹤單元 |
| ITM | instrumentation trace macrocell | 測量跟蹤單元 |
| ETM | embedded trace macrocell | 嵌入式追蹤宏單元 |
| TPIU | trace port interface unit | 跟蹤端口接口單元 |
| TAP | test access port | 測試訪問端口 |
| DAP | debug access prot | 調試訪問端口 |
| TP | trace port | 跟蹤端口 |
| DP | debug port | 調試端口 |
| SWJ-DP | serial wire JTAG debug port | 串行-JTAG 調試接口 |
| 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 | 以符號開始的塊(未初始化數據段) |
| PPB | Private Peripheral Bus | 專用外設總線 |
| ALU | Arithmetic Logical Unit | 算術邏輯單元 |
| CLZ | count leading zero | 前導零計數(指令) |
| SIMD | single instruction stream multiple data stream | 單指令流,多數據流 |
| VFP | vector floating point | 矢量浮點運算 |
二:常用詞匯
| 英文 | 中文 |
| Big Endian? | 大端存儲模式? |
| Little Endian | 小端存儲模式 |
| context switch | 任務切換(上下文切換)(CPU寄存器內容的切換) |
| task switch | 任務切換 |
| literal pool | 數據緩沖池 |
| arbitration | 仲裁 |
| access | 訪問 |
| assembler | 匯編器 |
| disassembly | 反匯編 |
| binutils | 連接器 |
| bit-banding | 位段(技術) |
| bit-band alias | 位段別名 |
| bit-band region | 位段區域 |
| banked | 分組 |
| buffer | 緩存/ |
| ceramic | 陶瓷 |
| fetch | 取指 |
| decode | 譯碼 |
| execute | 執行 |
| Harvard | 哈佛(架構) |
| handler | 處理者 |
| heap | 堆 |
| stack | 棧 |
| latency | 延時 |
| load (LDR) | 加載(存儲器內容加載到寄存器Rn) |
| store (STR) | 存儲(寄存器Rn內容存儲到存儲器) |
| Loader | 裝載器 |
| optimization | 優化 |
| process | 進程/過程 |
| thread | 線程 |
| prescaler | 預分頻器 |
| prefetch | 預讀/預取指 |
| perform | 執行 |
| 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 | 調試接口 |
聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。
舉報投訴
-
單片機
+關注
關注
6076文章
45495瀏覽量
670320 -
STM32
+關注
關注
2309文章
11162瀏覽量
373428 -
指令集
+關注
關注
0文章
229瀏覽量
24358
原文標題:STM32中這些常見又實用的英文縮寫和詞匯,你都認識嗎?(推薦收藏)
文章出處:【微信號:精通單片機與嵌入式,微信公眾號:精通單片機與嵌入式】歡迎添加關注!文章轉載請注明出處。
發布評論請先 登錄
相關推薦
熱點推薦
STM32嵌入式開發常用詞匯英文縮寫部分
英文縮寫部分A:ADC--------Analog-to-Digital Converter—模/數轉換器,模數轉換器AFIO-------alternate function IO—復用 IO
發表于 08-20 06:40
STM32啟動文件的文件名英文縮寫意義
USE_STDPERIPH_DRIVER, STM32F10X_HDSTM32固件庫Libraries\CMSIS\Core\CM3\startup\arm中啟動文件的文件名英文縮寫意
發表于 08-23 06:18
Vallen公司縮寫詞匯表(內部資料)
Vallen公司縮寫詞匯表(內部資料)
1. 一般術語1.1 Units and measurements(單位和測量)1.2 PC and electrical equipment(計算機和電器
發表于 03-20 10:14
?0次下載
SMT英文縮寫詞匯解析
SMT英文縮寫詞匯解析AI :Auto-Insertion 自動插件 AQL :acceptable quality level 允收水準 ATE :automatic test equipment 自動測試 ATM :atmo
發表于 08-03 11:38
?2770次閱讀
STM32中這些常見又實用的英文縮寫和詞匯
評論