• 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} .....
  • STM32F4 eval board not able to make use of MDK
    Hi, I am working on STM32F4x9i eval board, here, we are trying to make use of Keil's MDK 7.5 to make the Ethernet connection. I have no errors in the code when build, but, it's entering an Infinite...
  • STM32F4 eval board not able to make use of MDK
    Hi, I am working on STM32F4x9i eval board, here, we are trying to make use of Keil's MDK 7.5 to make the Ethernet connection. I have no errors in the code when build, but, it's entering an Infinite...
  • how do i make a sentence in ARM MDK Version 5
    i have a code of the following: LDR R2, AREA LDR R5, AREA_OF_DOG CMP R2, R5 BG Else i want to write THEN: THe dog is in the area and safe ELSE: THe dog has escapes. How do i do that?