• Meaning of following message
    On click on debug button following message comes: address execution breaks already exists, redefine exixting breakpoints?
  • Why the following bitwise & doesn't work?
    unsigned char tp; unsigned char volatile pdata HOSTCFG2 _at_ 0x0020; // HOSTCFG2=0x40 at this point tp=HOSTCFG2 & 0x40; //!!! tp is 0x00 instead of 0x40 which is expected //Corresponding Disassembly...
  • Questions after following along with M0 Book
    Hi, Running through code from a Book on the Cortex M0 by Yui. The code works for most of the examples with no problem. But I have a few questions. 1.) Looking at any of the RTX task examples...
  • where can i find a link to the following page ?
    where can i find a link to the following page ? http://www.keil.com/support/docs/1084.htm Thanks.
  • What does mean the following extern variable declaration:
    extern SEGMENT_VARIABLE(RxBuffer[RECEIVED_BUFFER_SIZE], U8 , BUFFER_MSPACE); What does mean  this type of declaration? Thank you very much