• 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__...
  • scanf
    Is there a way of including a timeout with a scanf statement? I am using the _getkey, getchar and putchar functions to access the serial port.
  • scanf
    I am trying to use scanf function. After testing it successfully in simulator mode, I move to monitor mode to use it to input an integer number from serial window of debugger which is as PC terminal environment...
  • SCANF
    I am using lpc2919 board and using ARM REAL VIEW compiler and i face the following problems when i use scanf() statement to get values from serial. I have included the Retarget.c file as follows...