嵌入式开发常见英文单词及缩写
嵌入式开发,避免不了要看芯片手册(包括参考手册、用户手册等),通常在开头的章节会有“Documentation conventions”,意思就是编写文档时的一些约定规则,其中就包括很多半导体行业的专业术语及其英文缩写。因此,为了看明白相关文档,我们最好还是记一下这些常用的专业词汇以及它们的缩写吧。
英文缩写
- 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:High Speed External
- HSI:High Speed Internal
- LSE:Low Speed External
- LSI:Low Speed Internal
- LSU:Load Store Unit,存取单元
- PFU:Prefetch Unit,预取单元
- DPU:Dataflow Processing Unit,数据流处理单元
- FPU:Floating Processing Unit,浮点计算单元
- ISR:Interrupt Service Routines,中断服务程序
- NMI:Nonmaskable Interrupt,不可屏蔽中断
- NVIC:Nested Vectored Interrupt Controller,嵌套向量中断控制器
- MPU:Memory Protection Unit,内存保护单元
- MMU:Memory Management 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,可编程逻辑器件
- IAP