• lpc 932
    hello sir. i am an undergraduate student doing my final year project using keil and trying to generate tv-remote control codes like rc5, NEC ,sony etc i am been unable to find the RC6 code data format...
  • lpc 932
    hello sir i am doing my project on lpc932. i am usimg the internal RC oscillator. i am been unable to use the system clock of lpc932 as it seems that whenever i change the count to generate a frequency...
  • lpc 932 microcontroller
    hello sir, i am an udergraduate student, currently doing my project on lpc932 microcontroller as part of my academic curriculum. i am using flash magic and keil for the project, i am also using the...
  • conversion
    does Keil plan to provide upgrade support (documents/functions/edit script/...) for those that want to switch from CARM to RealView? Erik
  • float conversion
    i have been getting a strange problem with a particular math operation... i have two long variables.. long a = 31534; long b = 102004; float c; c = a / b; now i get the value of c as 0...