Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The description in the following Knowledge Base article states that with the use of the -binary option in Linker, binary files within 64KB can be assigned to the address range of 0-0x0FFFF.

https://en-support.renesas.com/knowledgeBase/16978856

However, how can binary files larger than 64KB be linked to the project?

To link binary files of of any size, create assembly source code and specify the address. Then, use the assembler's BINCLUDE control instruction to include the binary file.

...