当前位置:一号简历网 >

面试 >面试笔试 >

dl-威盛software的试题

dl-威盛software的试题

dl-威盛software的试题
威盛software的TAgs-8k5-0.html" target="_blank" >试题

1. write down the 7 types of exception and vector address of ARM.

2. Briefly describe the signals(TRST#, TCK, TMS,TDI,TDO) of JTAG.

is the instruction for switching the ARM processor to excute Thumb
instructions?

4. describe x86 PC's architecture in a diagram
cpu,core chipset, Cache,DRAM, IO-subsystem, IO-Bus

5. SWI instruction is often called a "supervisor call",describe the actions
in detail
a. Save the address of the instruction after the SWI in rl4_svc.
b. Save the CPSR in SPSR_svc.
c. Enter supervisor mode and disable IRQs.
d. Set the PC to 08 and begin executing the instruction there.

6.a. What is PIO operation? advantage and disadvantage?
b. DMA operation? advantage and disadvantage?
c. Scatter/Gather DMA engine? how does it operate?


7. MP3 decoder related.(a flow chart of decoding is presented)
a. advantages of Huffman encoding?
b. why the aliasing reduction is necessary?
c. analytical expression in mathematics of the IMDCT?
d. which block in the flow chart is suitable for the software implementation
and which for the hardware? reason?

8. Assembly codes -> C language (about 15 lines).

1, 三组程序,找出错误,如果有的话.
1> a.c long temp[255];
b.c extern *temp;
2>a.c long temp[255];
b.c extern temp[256];
3>a.c long temp[255];
b.c extern temp[];
2, 在第一个声明处编译出了奇怪的错误,为什么?
#include
#include "myfun1.h"
#include "myfun2.h"
int myInt1;
int myInt2;

3, printf("0x%x", (&0)[-1]); 请问打印了什么?

4, #define offset(s,c) 同intel的题.

5, 汇编,用ax,bx,cx,dx, 求1000*1000/30(四舍五入), 结果放在ax中.

6, 编最优化Bubble(int *pIntArray,int L),要求:交换元素不能用临时变量,如果有序,需
要最优.

7, 1,2,3,4,5,6,7,8,9从栈里出来的可能性. (略)
8, 求一个struct的sizeof.(略)
这两题没太大难度.


9. Graduation thesis description.
标签: 威盛 dl software 试题
  • 文章版权属于文章作者所有,转载请注明 https://yhjlw.com/mian/bishi/o3388.html
专题