Sorry, but there are no more tags available to filter with.
  • the relationship between startup_ARMCM3.s and gcc_arm.ld from Cortex-M3 of MDK5.

    Dear All,
    Currently now I'm trying to undersatnd the relationship between startup_ARMCM3.s and gcc_arm.ld from Cortex-M3 of MDK5.
    the following codes are refered from Cortex-M3 of MDK5 example code.


    1 //---startup_ARMCM3.s----------//
    2
    3 __HeapLimit…