• New Updates!
    Updates for the latest versions of the C166, C251, and C51 tools have been posted to the KEIL web site at: http://www.keil.com/update Jon
  • Library containing an ISR
    Hello, Let me start by saying that I have solved the problem I will describe below in what I consider a not so elegant way. I am curious to know why previous attempt I have made failed so here I...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...
  • Code contains birnay number
    I have a question on Uvsion2 IDE. I read a Quick start manual on page 111. It indicates that the compiler accepts binary constant number. When I used it on my code, the compiler did not seem to take...
  • ununsed functions contained in a library
    Hi, In a project, I'm using the --feedback=unused.txt control in order to remove functions from the final image that are not in use. This works fine except for those functions that are in a library...