• GNU ARM --- Error: can't execute 'as'
    I'm trying to get uVision3 to work with the GNU ARM compiler. I have tried loading an example project and selected GNU as development tool. But when i try to build I get the following error: Build...
  • --- Error: can't execute 'C:\Keil\ARM\BIN\AA'
    why do I get now this error: "--- Error: can't execute 'C:\Keil\ARM\BIN\AA'". I downloaded this file "rvmdk250a" and installed it on another pc. I copied the files from the older pc to the new one...
  • --- Error: can't execute 'C:\programs\Keil\ARM\BIN\AA'
    Why do I get this error: --- Error: can't execute 'C:\programs\Keil\ARM\BIN\AA' When I try to compile ANY project with the Keil CArm tool chain?
  • I can't see the execution time for function calls
    I'm trying the µVision simulator to check my code execution times. But when I look at the executuon times for functions they take to short time. But if I single step through the called function I...
  • error in execution
    in the below code mov A,80h does not work correctly.There seems to be 0FFh in 80h but mov A,80h makes A=0; MOV P0,#00H ; P0=0 MOV P1,#01H ; P1=1 PLOOP1: ; CALL DELAY PLOOP2: MOV A,P1 CJNE A...