• Case sensitivity
    Probably something of a trivial question for those who know: Can anyone out there confirm for me whether ANSI C is meant to be a case sensitive, or insensitive languge; and whether the Keil compiler...
  • A51 Assembler case-sensitive
    A quick question: Is A51 Assembler case-sensitive? Thanks Brian
  • file system case sensitive
    I use Keil's file system on a NXP ARM with SD Card. I want to create filenames in lowercase, but when I initialise a string, e.g. strcpy(file_str, "myfile.dat") and do a fopen() with that name it creates...
  • uVision2 SCVS and case sensitive names
    How can I get uVision2 to not use all uppercase file names? I use a version control system (Perforce) that, since it runs on a Linux server, is case sensitive in file names. When uVision2 opens a file...
  • UNIX file system (case sensitive) and *.axf or *.AXF :-(
    Hey folks, i have a problem with my workspace in a Unix file system. Keil uVision stores the *.axf file extension in lower case. But when i try to flash the project on target, uVision searches a...