Discussion Forum

Shared code with Vendor

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Malcom Smith
Posted
18-Mar-2010 02:35 GMT
Toolset
ARM
New! Shared code with Vendor

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.

Read-Only
Author
Andrew Neil
Posted
18-Mar-2010 08:07 GMT
Toolset
ARM
New! RE: Shared code with Vendor

Take a look at how Keil do ST's "standard peripheral library" for their STM32: it is supplied as both source and a ready-built library...

Read-Only
Author
John Linq
Posted
18-Mar-2010 08:22 GMT
Toolset
ARM
New! RE: Shared code with Vendor

Not sure whether the below link is related to this topic.


Multi-Application Programming for ARM

The example shows how you can split a project into two parts that can be developed independent from each other.

http://www.keil.com/download/docs/324.asp

Read-Only
Author
Andy Neil
Posted
18-Mar-2010 11:34 GMT
Toolset
ARM
New! Multi-Application Programming for ARM

That looks rather more complicated than just having a "normal" Library, and linking to it in the "normal" way?

http://www.keil.com/support/man/docs/uv4/uv4_ca_createlibraryfile.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings