• CMSIS-RTOS 4.73 sources
    Hello, I noticed that CMSIS-RTOS sources that are made available are the version 4.70, while MDK contains binaries for 4.74 that include some fixes that sound important. Is it intention of Keil...
  • Errors in 4.73
    starting out in uVision 4.73 and getting error : compiling main.c... main.c(3): error: #5: cannot open source input file "inc/hw_memmap.h": No such file or directory #include "inc/hw_memmap.h" ...
  • Keil 4.73 or higher at 64bit windows
    Hi, Does Keil 4.73 or higher (5.xx) fully supports without any issues windows 64bit? -Kobi
  • error 56: cant open file - although project did work properly
    Hello, I didn't find anything helpful in the knowledgebase or through google, therefore I'll post my problem here. I have a project that did exactly what it is intended to do, one week ago (including...
  • #ifndef does not work properly
    Hello! I want to include the same headerfile in more than one sourcefile and of course have to take care that each Headerfile is included just once. I really have no clue, why this works for...