• Could someone explain?
    This ex. will not work char data test; char TestF(void); char TestF(void) { if (test == 0x8A) { //... return(1); } } //Take a look at the Assambly code ; FUNCTION TestF (BEGIN) ; SOURCE LINE...
  • 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...
  • can someone pls reply to Blinky Example ?? my previous question
    Hello, can someone reply to my previous question of Blinky example. Thanks, Sridhar
  • Can someone explain the F4 and Shift+F4 shortcuts in µVision?
    Hello community, can someone explain the F4 and Shift+F4 shortcuts in uVision? If you use the "Tip of the Day" function (aka "Did you know..."), you can see some Tips while starting uVision. I am...