• 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.
  • The worst comment ever?
    Just running through some code written by someone no longer involved in the project and came across this: JobInProgress = true; // Obviously! Undoubtedly, comment style and reasoning can vary...
  • Incremental encoder
    I am in possession of an incremental encoder, mounted on the shaft of an electrical machine. The encoder gives 1000 ppr. From the manual I read that it was a good idea to configure timer 3 in incremental...
  • Did anyone ever use Keil's CRC example?
    I tried the assembler code at http://www.keil.com/support/docs/488.htm The results don't match other implementations of X^16+X^12+X^5+1 that I've found in C. I should be able to seed it with 0xFFFF, run...