Hi,
if we have a block of memory, say uint32_t, that want to directly dump into the object file at a particular section "name1", given it name "name2", specify length in bytes "len3", is there any TI utility to do that, so later we can directly refer and link to that data in other functions (via linker)? I am trying to bypass assembler and somehow directly put into the object file.
gnu has a objcopy utility, but not sure if it is compatible with TI eabi format, and whether it is designed to do that the above. And for non-arm devices like C2000, gnu tools could not work. Is there specific TI tools to do that?
Dave