Part Number: TMS320C6748
Tool/software: TI C/C++ Compiler
Requirement:
My customer's product need to extend a feature with a software library which is developed by their end customer, the end customer can't delivery the library to my customer to build into one executable file before product delivery. My customer delivery product to their end customer with basic software, their end customer flash their library into flash, the basic software call it to implement the extend feature.
With this requirement, what I can thought:
#1. Refer TI's application notes on how to access ROM contents:(
)
But how to strip binary from a .lib for burning into flash
#2. Dynamic loader, I read wiki page: 
Still don't understand how to implement it. For example:
RIDL> base_image dl6x.6x RIDL> load hello.dll RIDL> execute
What is the RIDL, I don't think in a BIOS or bare metal stand alone system there is such s prompt console.
I hope there is a simple bare metal example on how to using the dynamic link feature.
Or am I wrong on the dynamic feature for my customer's requirement?
Please advise what is the right way to implement my customer's requirement.