• i sent this to Keil support, maybe someone here can do better (faster)
    I am using e-mail because your 'gateway' does not allow attachments For product info etc refer to call 334462 (a solved issue of mine) I have used c:\tools\keil\c51\bin\bl51 SLVstart.obj...
  • i sent this to Keil support, maybe someone here can do better (faster)
    I am using e-mail because your 'gateway' does not allow attachments For product info etc refer to call 334462 (a solved issue of mine) I have used c:\tools\keil\c51\bin\bl51 SLVstart.obj...
  • can someone help me with my code
    i write code but lcd show x=-1 y=-1 z=-1 can you help me? <code> #Include <processer.h> #use delay (clock = 20000000) #Use I2C (master, sda = PIN C3, scl = PIN C4) #define LCD_RS_PIN PIN^b1...
  • can someone help me with my code
    i write code but lcd show x=-1 y=-1 z=-1 can you help me? <code> #Include <processer.h> #use delay (clock = 20000000) #Use I2C (master, sda = PIN C3, scl = PIN C4) #define LCD_RS_PIN PIN^b1...
  • Can someone advice for pointers for void objects?
    void *MyConfigDetail; if (x) { ((TType1 *) MyConfigDetail) = DetailCacheBeans; } else { ((TType2 *) MyConfigDetail) = DetailailCacheHam; } </rpr> But I am unable to access the "MyConfigDetail" elements...