• Files DLL
    He wanted to modify or to define my own microcontroller or hardware to be able to simulate it in the debugger in uVision2. As achievement this? since the device implemented C509L doesn't contain all the...
  • How to read a Bit from a Byte ?
    Respectable colleagues, how to read a value of a BIT from value of a BYTE variable in Keil C ? For example: X=(Byte1.Bit7*4)+(Byte1.Bit6*2) Thanks in advance. With best regards, Dragan...
  • S8051.DLL or TP51.DLL Arguments
    Does anyone know what are the arguments for this DLLs? I am using an older Keil system uvision2 (I can't afford the new one). I am trying to debug a CY7C68013A Cypress 8051 controller. I can't seem...
  • Reading Byte in a Port
    Hi everyone! I am new to keil and wanted to know how do I read a byte in a port. For example, I want to read the port's value. I know in a port have 8-bit and I want to be able to write a code which...
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...