LIN prototype

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

   

I'm new in PSoC programmer but i have knowledge in C

   

I try to communicate with LIN protocol using CY8CKIT-017, CY8CKIT-030 Developer kit and PSoC Creator 2.1

   

I would like know, what does mean "prototype" show it on LIN symbol??

   

And I have more questions about it...

   

 

   

Regards,

0 Likes
1 Solution
Rolf_Nooteboom
Level 5
Level 5
10 sign-ins 5 solutions authored First solution authored

 Hi,

   

 

   

The "prototype" mark on the component means that it is not fully characterized and tested by Cypress.

   

 

   

You have to make sure yourself that the component behaves as you expect it to. The prototype components usually work well.

   

 

   

You can update the components to "production type" (if exists) by clicking: Project > Update Components or replacing the component with the latest version.

   

 

   

The latest version is 1.10 (http://www.cypress.com/?rID=56718) which is still prototype I guess.

   

 

   

Regards,

   

Rolf

View solution in original post

0 Likes
9 Replies
Rolf_Nooteboom
Level 5
Level 5
10 sign-ins 5 solutions authored First solution authored

 Hi,

   

 

   

The "prototype" mark on the component means that it is not fully characterized and tested by Cypress.

   

 

   

You have to make sure yourself that the component behaves as you expect it to. The prototype components usually work well.

   

 

   

You can update the components to "production type" (if exists) by clicking: Project > Update Components or replacing the component with the latest version.

   

 

   

The latest version is 1.10 (http://www.cypress.com/?rID=56718) which is still prototype I guess.

   

 

   

Regards,

   

Rolf

0 Likes
Anonymous
Not applicable

 Hi Rolf,

   

 

   

I have the latest update and I get LIN component version 1.10, but i don't know this function not run correctly

   

Now Im trying LIN in the single port, I need to do a selftest

   

 

   

Thanks

0 Likes
Rolf_Nooteboom
Level 5
Level 5
10 sign-ins 5 solutions authored First solution authored

Yes, LIN 1.10 should run correctly.

   

 

   

Let us know if you need more help.

   

 

   

Regards,

   

Rolf

Anonymous
Not applicable

 There is a LIN Slave example project available under "Find Example Project". Try using that in order to make sure that the component & your setup is working fine.

lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

 Hi,

   

I trying to test LIN example with project installed when I run setup CAN-LIN Expansion Board Kit 2.0

   

After finish boot show in LCD 

   

LCD_PrintString((char8 *) "LINS Initialize");

   

LCD_PrintString((char8 *) "Successful");

   

but the issue is the instruccion not enter "if" condition, I guess not send and receive data because not enter in these routines, and dont show the messages appropiate.

   

I attach the code example in a file.doc

   

 

   

If you need the fully project to review, tell me to upload

   

Regards,

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The easiest way for you seems to be to start debugger and watch the program flow. Which development kits are you using? Is the board connected with a miniprog3 or via USB to your PC?

   

 

   

Bob

Anonymous
Not applicable

 via USB to PC

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Well, and which development kits you are using?

   

 

   

Bob

Anonymous
Not applicable

 Hi Bob,

   

I have these kits:

   

1  CY8CKIT-017 EBK,

   

1  CY8CKIT-030 EBK,

   

and PSoC Creator 2.1 software

   

 

   

Regards,

0 Likes