嵌入式面试题

[复制链接]
2520|2
 楼主| 年轻不在 发表于 2010-7-27 21:28 | 显示全部楼层 |阅读模式
Topic of Computer System Basic
(1) alignment access and fix
MIPS: exception handler, 2-instruction operations
(2) cache
cache line/block
set / way
invalidation and flushing
prefetch
(3) spin lock
implementation
when to use spin lock
difference with semaphore/mutex
(4) exception/interrupt
type
precess steps
how to read core-dump information(epc, cause, msr, lr, stack, ..., etc)
(5) stack frame
structure
how to get trace
(6) semaphore


Topic of C language:
(1) static
(2) volitile
(3) pointer and array
char *p = "String"; vs char a[] = "string";
char s[10]; char *p; --> s, &s, &s[0], p, &p, *p
(4) inline


很多问题很有价值。我觉得弄明白60%,差不多就能值10W每年了。
yoyowodeai 发表于 2010-7-27 21:48 | 显示全部楼层
不知道有答案没有>光这么看看不懂啊!
手写识别 发表于 2010-7-28 12:30 | 显示全部楼层
完全看不懂,lz保证上全了没有?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

106

主题

447

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部