cancel
Showing results for 
Search instead for 
Did you mean: 

How to protect application knowledge??

zy93
Associate II
Posted on October 18, 2003 at 06:45

How to protect application knowledge??

2 REPLIES 2
zy93
Associate II
Posted on May 17, 2011 at 10:16

Hi friends:

Our supplier (drive company), which is good at drive control, and our company, which is good at application, cooperate to develop a new product using ST9. We have our own software respectively. But we haven’t figure out how to protect our own knowledge. How to share the memory space? use an extra memory? … Could you please give me any advices?

alain239955
Associate II
Posted on May 17, 2011 at 10:16

That is a difficult task, having 2 teams working on the same µcontrol program and trying to protect source code...

In my opinion, things have to be dealt on two ways:

-A Contract describing what each party are going to put in the design

-Every thing that is sensitive can be compiled as libraries (binary) and used by the other team without having to deal with the source code.

Memory handling should not be an issue as libraries are relocatable.

Test & verification needs to be described somewhere and it is highly recommended nowadays to have an independant team performing product validation.

Cheers

Alain