FAQ's
  • Is it possible to specify the address of the CODE segment or TABLE segment at build time?
    • It is possible to allocate address of the segment by specifying the linker option (/CODE option and /TABLE option).

      Create a response file for the linker as shown below, and specify the response file as an additional option for the linker in the integrated development environment (IDEU8 or LEXIDE-U16).

      [How to create a response file (link_options.res) for the linker]

      /CODE(CodeSeg1-1000h CodeSeg2-2000h) // Allocate CodeSeg1 to 1000h and CodeSeg2 to 2000h
      /TABLE(TableSeg1-3000h TableSeg2-4000h) // Allocate TableSeg1 to 3000h and TableSeg2 to 4000h

      [How to setup an integrated development environment]
      [For IDEU8]
      Specify the response file in "Additional options" of [General] tab of [Target options].
      Specified example) @link_options.res

      [For LEXIDE-U16]
      Specify the response file in [Additional options] of [Linker] > [General] on the [Properties] > [C/C++ Build] > [Settings] > [Tool Settings] tab.
      Specified example) @link_options.res

      Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

    • Produkte: General-purpose MCUs (16bit) , Speech Playback MCUs (8bit)