• 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...
  • scanf() and syntax checking
    I need to syntax check incomming queries/commands on the UART and i would like some idears on how to do it. The syntax of the commands are as follow: Syntax required for a query is: @<device address...
  • Strange syntax highlighting
    Anyone know why this syntax is highlighted incorrectly, or if there is a fix available? See incorrect highlighting here: download2.efilive.com/.../syntax1.png See correct syntax highlighting...
  • 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__...
  • Strange Shift Warning
    I am getting this warning: warning C200: '>>': out of range shift factor has been truncated with regards to this line of code: Mbuf[1] = HEX2ASCII( (pEvent->num & 0xF000) >> 12 ); This warning...