• how to avoid the switch code
    I have the impression that the routine that process a switch statement is (justifiably?) complicated and slow. I have a case with a lot of case statements. To "help the compiler" the cases are 0...
  • multiple REG51.H includes
    Hello, I'm new in KEIL sw. As I can see I can include REG51.h file in only one C or ASM file in the whole project... is that possible? Best regards, Branislava
  • Multiple debugger includes
    Hi everyone, I am having a *huge* debugger ini file that I would like to split into several single files called by some kind of master *.ini file. So far the documentation does not deal with this...
  • Avoid pull-down resistor
    How can I avoid pull-down resitors during reset and configure de C167CR manually? After reset the microcontroller I can see with the scope that data bus signal are not good, it falls down slowly and...
  • How to avoid literal pools ?
    Note: This was originally posted on 19th January 2012 at http://forums.arm.com Hello everyone, I am using Cortex-R4F (TI TMS570), and I noticed that ARM C compiler often adds data in literal pools as...