• Problem with C51.DLL in Windows Me
    I have installed C51 V6.14 on Windows Me. When I try to compile any program I get an error message related with C51.dll. The same software version instaled on Windows 95 works fine. Can anybody...
  • 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...
  • Variable corruption
    Hello, I have developed an application using the 8051 and c51, there is a external memory 93c46 which contains the control variables for the applcations, these variables are read at the start of the...
  • Variable corruption
    I'm having a hard time to figure out what is wrong with my code. My code is spread into one common area and additional 4 banks. I have some global variables, mainly structs, that are used throughout...
  • Ram corruption
    Hello, I have the following piece of code: static void SETBIT( Pcf8574 xdata *Object, Nat8 Pin, Nat8 Active ) { ASSERT( ( 0 <= Pin ) &&( Pin <= 7 ) ); ASSERT( ( Active == TRUE ) ||( Active...