• C166 BUG: V4.25 generates incorrect code
    To test the condition, I created new uVision project with default settings and compiled the following code: bit bit1, bit2 = 1; int i; __inline bit getbit(void) { return bit2; } void main(void)...
  • Incorrect line references in A51 error generation
    Hi, When A51 encounters an error during the expansion of a macro it gives error line references to the original source file that are wildy incorrect. These are in the output window in uV3. When you...
  • Keil toolchain/compiler configurations incorrect
    Hi all My target board is nRF51822 , and I want to run the heart rate demo project, but a error message when I compile it : Build target 'nrf51822_xxaa_s110 (256K)' assembling arm_startup_nrf51...
  • Incorrect compiling with 'Release' and 'Debug' Targets
    Hello everyone! I've found myself in a spot of bother with Keil uVision 5.24.2.0 using ARM Compiler v5.06 update 5...although the build issues I have don't appear specific to these versions. Let...
  • Incorrect scatterloading!!!
    Hi,I'm using AT91SAM9260-EK to develop prototype of a Thermal Printer. I'm using the MDK3.50 & ARM-RL3.50 and AT91SAM9260-EK code example as framework of my project. The problem is with the scatter...