• ERRORLEVEL from command-line invocation of uVision2
    I am integrating our builds into the Ant and CruiseControl architecture, but have run into a problem: when invoking uVision2 from the command line, e.g.: uv2 -b washer.uv2 uVision2 never sets ERRORLEVEL...
  • WARNING L22: CLASS RANGE NOT GIVEN IN INVOCATION LINE
    I got the following warning message when compiling my application: WARNING L22: CLASS RANGE NOT GIVEN IN INVOCATION LINE Can anyone give me a hand with this? I'm trying to compile my application...
  • error: #55-D: too many arguments in invocation of macro "Error_Handler"
    Hello, I have an error on keil µvision 5 and i don't arrive to resolve it. this is the error: ..\Src\utilsSPIRIT1.c(148): error: #55-D: too many arguments in invocation of macro "Error_Handler" ...
  • Problem with assembly
    Dear All, I have written a c program like: char Read(unsigned char ucdevice,unsigned char ucaddress) { int iNo_data = 0; // some code here } The assembly generated for the line 'int iNo_data...
  • Optimization Assembly Problems
    Hello everyone, I am currently having an issue with some code I have that seems to vary based on optimization: In CommBuff ISR: if (commData == 0x61) /* 0x61 = 'a' */ { if(DAC1DifVoltn...