Hi all,
I'm writing code to be included in a larger project with an external vendor.
The vendor doesn't what to share their source with me but I need the functions implemented in their code to compile an run my piece for development and testing.
I think they can create a library or compiled version of their code (protecting their IP) that I can then include in my project, compile and test.
I'm sure this is a common situation but have some concerns about shared memory, ROM space etc.
Please can someone point me to the right documentation on how to achieve this?
Many thanks,
Malcom.