• Dynamic Syntax Checking not working
    I am having a very frustrating time with Keil lately. I have create project using STMCubeMX that generates the configuration file for the STM32 Nucelo476 dev kit. The problem I am having is that...
  • dynamic syntax check use clang?
    uVision version is V5.26 ARM Compiler version is V5 #ifdef __clang__ code... #endif The code is not gray,as if __clang__ is pre-defined, but i use armcc. I try __clang_major__ and __clang_minor__...
  • Breakpoints disappearing
    Hi, I am using LM3S5956 Cortex M3 from TI and Keil tools. 1) If I set breakpoints and then start the debugger (Start/Stop debug session) all the breakpoints are disappearing. Then I have to stop, set...
  • Loaded code "disappears" after a power cycle
    I am using the MPC2300 with an LPC2368 NXP / Philips processor with uVision 3. The problem I am having is with file/image size. When loading anything lower than 64KB the program works and runs perfectly...
  • Error mark not disappearing even after changing code
    I got a red x mark (error:Unknown typr UINT16) when I put UINT16 in keil so I changed it to uint16_t but the x mark still remains and the error still shows Unknown type UINT16 Why is this happening...