• 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...
  • 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...
  • avoider robot
    i need help. i get this source code #include <at89x51.h> #include <delay.h> #define usi P3_2 // ultrasonic in #define uso P3_3 // ultrasonic out unsigned char i; bit x; at 0x90 sbit...
  • How to avoid BKPT 0xAB instruction
    I am using MCU Cortex-M4 and running keil on simulation. while running keil in debug mode, code is stopping at BKPT 0xAB instruction and we have to re initialize run to continue like break point. I am...
  • How to "find all reference" of a variable or function
    Hi, I'm using Keil MDK ARM 5.20. I currently moved to Keil so I'm new to this tool. Before this change, I used IAR EWARM. The IAR EWARM had these useful features; "Find All References to "foo...