Tool/software: TI C/C++ Compiler
Hello,
I am creating patch code that calls existing functions that are currently in ROM. Currently, this patch will include these functions in the patch code that I am creating, however I do not want to include these functions in my patch but rather use the existing ROM function. How would I implement this linking to the existing code?
I have been reading the ARM Assembly Language Tools User Guide and have been reading about partial linking, absolute listing, and cross reference listing but these just dont seem to be what I am wanting to do. Do you have any suggestions on how to do this custom linking to existing ROM functions?
Thanks,
Wade Oler