• Can someone check this code for me?
    Hello , every body: Hope you could give me some suggestion. I use this module to arrange my functions in a period of time, that says, when the times up, the specified routine will execute. I put the...
  • 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 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 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...
  • can someone pls reply to Blinky Example ?? my previous question
    Hello, can someone reply to my previous question of Blinky example. Thanks, Sridhar