• How can I specify a subroutine's starting address in Keil C?
    In Assembly,we can use macro "ORG XXXXH" define the subroutine's entry.How I can realize this in C? Thanks for help!
  • How can I specify a subroutine's starting address in Keil C?
    In Assembly,we can use macro "ORG XXXXH" define the subroutine's entry.How I can realize this in C? Thanks for help!
  • Custom compile of gcc 9.2.1 toolchain, not relocatable
    Hi! I have made a custom compilation of the gcc 9.2.1 toolchain ( https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads ) using this manifest...
  • Custom compile of gcc 9.2.1 toolchain, not relocatable
    Hi! I have made a custom compilation of the gcc 9.2.1 toolchain ( https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads ) using this manifest...
  • Forcing a subroutine to be compiled as subroutine and use BX lr
    Hi All We have a problem with a uVision project compiling a routine but not returning using BX lr. It uses B.N plus an address instead when returning - presumably because it is in-lining the subroutine...