打印

嵌入式面试题

[复制链接]
1458|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

粉丝