• Excessive line length
    The article describes a limitation of the editor - so you could always use a different editor... However, every editor has to have some limit on its maximum line length - 2048 characters does not sound...
  • processor behavior when exposed to excessive temperature
    Hello all, I selected ARM as the toolchain but I guess this is a general question actually. Every device that I saw so far clearly specifies the allowed temperature operational range. But what happens...
  • Library function locating
    How can I locate standard library's function at specific address by BL51?
  • About semaphore using in RTX51 Tiny
    In http://www.keil.com/support/docs/2568.htm I found code about semaphore: /*--------------------------------------------------------- ---------------------------------------------------------*...
  • OBJECT CODE COVERAGE IS NOT 100% FOR SWITCH CASE
    I have executed all the cases for a switch case. Covered all the statements also. Still I am not getting 100% code coverage in switch case implementation. Any idea about what extra codes are generated...