• Something wrong
    double calc( int angel) { return sin(2*pi*(5/48000)*l); } Why do the function always returns zero?
  • Something I do like about uVision 2.34
    The new uVision 2.34 includes the following feature: listing of files included in each C source file to the Project Window - File tab. Its nice. Now, if I could just get a project to build....
  • 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.
  • How to time something in uVision2?
    I'd like to measure how many instructions occur between successive visits to the same breakpoint. What is the easiest way to do this in uV2?
  • Is there something like sizeof(function) ?
    Note: This was originally posted on 7th May 2009 at http://forums.arm.com I want to do IAP (In-Application Programming). In order to do this, I will copy several C functions from IROM to IRAM and then...