↑点击上方蓝色字体,关注“嵌入式软件实战派”获得更多精彩内容。 前段时间面试了一个小伙子,他有三四年嵌入式软件开发经验的了,随意问了一个问题: MCU软件的变量是存在哪的,RAM还是ROM? 他犹豫了会,说是ROM。 接着我问他RAM和ROM有什么区别,他“呃 ...
内存在电脑中起着举足轻重的作用。内存一般采用半导体存储单元,包括随机存储器(RAM),只读存储器(ROM),以及高速缓存(CACHE)。 RAM作为主存的主要部分,按其结构分为: 动态随机存取存储器 (Dynamic Random Access Memory,DRAM), 同步动态随机存取内存 ...
In the early days of computing, the difference between RAM and ROM was very clear. Random access memory (RAM) was designed to hold data while the computer was turned on and to lose it when the power ...
System-on-a-Chip (SoC) designers have a problem, a big problem in fact, Random Access Memory (RAM) is slow, too slow, it just can’t keep up. So they came up with a workaround and it is called cache ...