Resolved! i would like to know how linker commands can be used in source file to push the multiple structure defines into a part of code memory. can some body share with examples
steps i tried.step 1: created a section in linker file ".parambuf"step2: in source file declared a structuretypedef struct{ param_t param[256]; \} t_param_block_t;step 3: in header files using attributes commands to push into parambuf section.extern ...