• How to add library into the project?
    Hello all, I've a workspace which contain a library project and blinky project. *when a library project compiled successfully, it's created a lib??.a not lib??.lib Well, then I would like to...
  • why Adds is error but add is correct?
    In keil arm 2.11 while(1) { __asm { START: MOV R0,#0 MOV R1,#10 LOOP: BL ADD_SUB B LOOP ADD_SUB: ADD r0,r0,r1 //ADDS r0,r0,r1 <---error?? MOV PC,LR } } FIBO.C(76): error C197: inline...
  • How to add BL51 directive in Library?
    I have created a small timer library, in which it call the timer handler by function pointer in the interrupt.And i now found that the handler local data would be corrupted because of the data overlaying...
  • how to add .a library in my project
    Hi, How do I add a third party library, which has the extension .a, into my Keil project? Since Keil IDE only allows me to add .lib files, so I rename the file from thirdparty.a to thirdparty...
  • problem to add lpc2929 to device list
    Problem in MAKING Project for LPC2929 using mdk_5(Keil U vision) the device is not visible in the device selection list please help me