Hi,
the easiest way is create section in memory and use the - for example:
__attribute__ ((section(".my_data")))uint8_t logo_hires[]="My test text";
Here is section definition in linker script file:

Related to binary output - you can enable it in project properties (right click on project name -> Properties -> C/C++ Build -> Settings:

