• Something wrong
    double calc( int angel) { return sin(2*pi*(5/48000)*l); } Why do the function always returns zero?
  • uVision2
    Hi, In the Keil Pk51, in the Dscope I can observe the variation of the ports, timers, etc. in each instant, that is to say, when happening machine cycle. However, it doesn't pass this in uVision2,...
  • uVision2
    Hello, Somebody has worked with uVision2, PK51 Version 6.01, simulating the miniMODUL C509-L, I have always had the same problem in the Debugger it throws me the following message... "Watchdog Timer...
  • uVision2
    Hello, Can I edit or update the device libraries of uVision2 ?. I need to use Silicon Labs Micros. In uVision3 this device is in the libraries but i'm still use uvision2. Thanks
  • something about preprocessor
    when i use preprocessor #if 0 ... #endif to cross out a bunch of sentences, then after building the target. I noticed the "data" memory usage increased, why? There is no error in the result.