• never, ever increments
    a very, very odd thing.... #define BUFFER_SZ 64 unsigned char sBuf0tail; sBuf0tail = ((sBuf0tail + 1) % BUFFER_SZ); .. this increments a circular buffer index just fine. #define BUFFER_SZ 64...
  • RTX51-full - os_wait for ever
    Hello all. Can anyone help me with the following one? My target is working under RTX51-full. I have an interrupt function (void mc12comm() interrupt 0 using 3) that calls other regular function, and...
  • Will we ever get inline functions?
    They should not be that hard to implement. They are sure useful for us object oriented people.
  • did ARM do this to Keil
    the forum has been awwwwwwwwwfully slow for some days. I even get occasional time-outs. Erik
  • Did anyone build the linux kernel using uVision?
    Since uVision supports gnu tools etc, it should be possible to buid the linux kernel for embedded use using it. The purpose would be good kernel debugging. I guess an important problem is how to control...