• add data book to uVision
    How can I add databookt to the "Device Data Books" in uVision2? Thank you ...Leo
  • 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...
  • How does one add a compile target to Keil uVision?
    I want to add a 2nd target to my build for new target hardware. How do I do this? The Manage Project Items dialog seems like the right place to do this, but it only allows me to select or delete my target...
  • 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...
  • add magic number to bin file in keil uvision
    Hi, could someone of you tell me if it is possible to add a specific magic number to a bin file created by keil uvision? Under "target for options" -> User-tab I added the following line to the...