• How to make make MDK generate disassembly using "bx lr"?
    The subroutine(C source code) is the same, but when compiled: The DEMO's disassembly: PUSH {r4-r7} ... ... ... POP {r4-r7} BX lr My project's disassembly: PUSH {r4, lr} .....
  • How to make make MDK generate disassembly using "bx lr"?
    The subroutine(C source code) is the same, but when compiled: The DEMO's disassembly: PUSH {r4-r7} ... ... ... POP {r4-r7} BX lr My project's disassembly: PUSH {r4, lr} .....
  • MDK ARM Version 5.17
    Hello, I want to download MDK ARM Professional 5.17 version. But I am not able to find its exe on Keil website. I got MDK-ARM 5.20. I would like to know: 1. How could I download MDK ARM Professional...
  • MDK-ARM version 5?
    ARM wrote in February wrote Public preview at Embedded World, Nuremberg. Global release of MDK-ARM version 5 in June 2013. The end of June is approaching and version 5.0 of nowhere. When can we look...
  • MDK-ARM version 4.0
    Hi There, I have just installed evaluation version of MDK-ARM version 4.00 and have two questions: 1. I am unable to compile any program as linker returns an error regarding 'main function not found...