13

I have been reading a design guide by TI which provides full schematics for their reference design seen Here.

There is copyright stamped all over this document as seen below. I don't plan on using their design but it made me think, what if I wanted to use their design? With company's providing reference designs, presumably, they want me to use it and buy their product. I'm confused on the usability/copyright of using manufacturer reference designs, are we allowed to and what are we not allowed to use? enter image description here

  • 2
    What did TI say when you asked them...... – Andy aka Jun 01 '18 at 13:32
  • 7
    Reference designs are intended to be used as a base for your designs. It's just that you can't copy and paste this schematic elsewhere without mentioning it's source / consent from the right owner. – Eugene Sh. Jun 01 '18 at 13:32
  • I have not asked them. They provide a disclaimer at the bottom of the document stating ' this is only the help designers' but does not mention whether you can use it or not. But my question is mire aimed at reference designs in general, not just TI. –  Jun 01 '18 at 13:35
  • 4
    https://en.wikipedia.org/wiki/Reference_design : *Reference design refers to a technical blueprint of a system **that is intended for others to copy**.* – Eugene Sh. Jun 01 '18 at 13:36
  • It's worth pointing out that the circuit shown is very incomplete, there's lots of design left for you to do. The copyright applies to publishing that particular diagram, and claiming it as your own. Publishing here, including the copyright notice which clearly attributes it to TI, is OK. – Neil_UK Jun 01 '18 at 14:04
  • 1
    Ti wants you to buy their components, and they encourage you to do so by providing design support. – lucas92 Jun 01 '18 at 14:30
  • For what it's worth, TI is asserting the copyright on the diagram to discourage their competitors from copying it, not because the have any desire to prevent you from copying it. – Ross Ridge Jun 01 '18 at 18:17

3 Answers3

31

Your main confusion seems to be between copying a schematic and a design. Only the schematic is and can be copyrighted. It's only the drawing itself that is copyrighted. You can't, for example, copy the schematic of the reference design into a book of schematics and sell the book.

However, there is no restriction in the document of the idea behind the drawing. Ideas can't be copyrighted. They can be patented, but that's different from the copyright you asked about. Since the intent of TI in providing a reference design is for their customers to use it, it would be very strange if TI patented the design and then prevent you from using it. They want you to use their IC in a circuit, and many circuits will have significant similarities with the reference design.

Put another way, TI is giving their idea of how to use this chip freely, but not that specific drawing describing the idea. You are free to create your own drawings that describe the same or similar ideas.

Olin Lathrop
  • 310,974
  • 36
  • 428
  • 915
  • 1
    Yeah my thoughts exactly. Presumably your end use is not a picture in which case it is a copyright violation of sorts. – joojaa Jun 01 '18 at 15:17
  • “Since the intent of TI in providing a reference design is for their customers to use it, it would be very strange if TI patented the design and then prevent you from using it.“ that's not exactly correct, they could for example license the design for use with their ics if it were patented. – DonQuiKong Jun 02 '18 at 12:40
12

All manufacturers provide explicit license information regarding reference designs and other resources (datasheets, app notes, ...).

For TI, in particular, it is in this document. It starts by saying:

Texas Instruments Incorporated (‘TI”) technical, application or other design advice, services or information, including, but not limited to, reference designs and materials relating to evaluation modules, (collectively, “TI Resources”) are intended to assist designers who are developing applications that incorporate TI products [...]

Then, later:

You are authorized to use, copy and modify any individual TI Resource [...]

But actually, this document is mostly a disclaimer from TI. It quickly says you can use the resources, and goes into extended lengths of explaining that you should not sue TI for whatever reason you might think of...

So, as Eugene said, the copyright you saw only applies to the resource document itself, not to the information given in the resource document.

dim
  • 15,845
  • 3
  • 39
  • 84
5

Reference designs are intended to be copied and the manufacturer provides them with this intention.

It's not a substitute for reading the datasheet thoroughly, but it's also a pretty good way to ensure you're not too far off base with a complex design. In some cases you may even want to copy layout, for example for DDR memory to processor connections.

However, there is usually a disclaimer that indicates in legalese that you may be infringing someone else's patent by using the circuit and they take no responsibility for that.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842