This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

placing BIOS objects into defined memory with the linker file

We are trying to put certain BIOS objects into a designated area in memory and not sure how to do this.  The objects are user-defined LOG and STS.  When our application is running in the target h/w without JTAG, we want a host device to extract this information and need to pin down where these objects are located.  Can someone provide a code snippet of how we might do this in a linker file?  Some thing like:

  .log_and_sts_sections: 
{
(some file name or reference to some obj file???)
} > HOST_ACCESSED_RAM

thanks,
Mike