• 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...
  • 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;...
  • how to see what is present in external memory?
    hi to all, i am new to firmware development.In keil i need to watch whats in the external memory. is it possible?.if so tell me the procedure to watch it. thanks in advance.
  • Seeing a graphically simulated wave on a port pin
    Dear 8051 programmers, Someone told me that the Keil tools provide a way by which you can see a graphically simulated wave of transitions of a port pin, i.e. a sort of "software oscilloscope". Is...
  • 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...