| |||||
Technical Support Support Resources
Product Information | µVISION: COMMON DO-178B CERTIFICATION QUESTIONSInformation in this article applies to:
QUESTIONWhat is DO-178B? ANSWERDO-178B is a document published by the Radio Technical Commission for Aeronautics (RTCA). It is a guideline used to determine if software components of airborne equipment and systems are FAA airworthiness-compliant. Application programs are certified as a system. Any changes to any part of the application program code require re-certification of the entire program. QUESTIONWhat does DO-178B guideline specify? ANSWERDO-178B specifies that each line of code is required and tested, and that no unused code exists in the application program build. QUESTIONHow do the Keil tools assist in DO-178B certification? ANSWERThe Code Coverage feature of the Keil debugger shows statement and decision coverage at both the source and object code level. Code Coverage results may be logged and output using the µVision debug commands. QUESTIONDoes the Keil Library produce unused or "dead" code? ANSWERThe Keil compiler and linker automatically warn you of unused functions or inaccessible code. Only those library functions that are called from the application program are included in the application program build. Your certification test procedure must insure that all possible arguments supplied to any library function used are tested. QUESTIONDo I need library source code for DO-178B certification? ANSWERThat depends on what level of compliance you want to achieve. The Keil tools provide the capability to attain DO-178B, Level C compliance. For levels higher than that you may or may not need library source code depending on how your test procedures are designed. QUESTIONWhen should I start DO-178B compliance testing on my code? ANSWERDon't start testing until your product is completely debugged, tested and ready to release. Testing must be done to the entire product as a whole. If you happen to uncover a bug during certification testing, and have to change your code at all, the entire certification tests must be re-run to be compliant. MORE INFORMATION
Last Reviewed: Tuesday, March 27, 2007 | ||||
| |||||