- 主题:Embedded C Programming software one quiz daily (6)
An embedded system programmed in ansi c becomes unresponsive shortly after startup.
Which of the fllowing are valid strategies for diagnosing the problem ?
A. Implement service routines for available illegal-instruction or address error exception vectors to catch errant program or data memory access
B. Employ a dedicated debug port and use a symbolic debugger to single step through the code up to the point of failure
C. Add instrumentation via spare I/O or serial port to instrument the progress of the firmware.
D. Run the firmware out of the embedded system's RAM instead of ROM.
E. Rearrange the functions so that those called earlier appear at lower memory addresses.
不定项选择
--
FROM 1.124.107.*
大哥 这个好像只能选三个
【 在 johnfader 的大作中提到: 】
: ABCDE
--
FROM 49.178.148.*
我知道AB肯定是对的
D E是混淆视听的
【 在 freenorthly 的大作中提到: 】
: d和e的目的是什么?
--
FROM 1.147.67.*