-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different LIN transceiver #10
Comments
Hi, Have you looked at the ATA6625 ? Somebody suggested once that it may be a pin compatible replacement but I Zapta On Thu, Mar 3, 2016 at 10:08 AM, slabiak [email protected] wrote:
|
I have tried the ATA6625C-TAQYCT-ND (from Digi-key) and it works fine and Jacek Kukiełło 2016-03-04 2:08 GMT+01:00 Zapta [email protected]:
|
My linbus firmware on github is implemented on the complex side with bit If you just want to control a linbus slave you can probably do it easier I would search for other linbus projects that targets having a master (this Your master need to do something along these lines:
A few notes:
Hope it helps, Zapta. On Sat, Mar 5, 2016 at 1:41 PM, slabiak [email protected] wrote:
|
Well the answer is both yes and no... Jacek Kukiełło 2016-03-05 22:41 GMT+01:00 slabiak [email protected]:
|
I presume that you are using the correct baud rate and linbus checksum When you send the full frame, your box acts as both the master (sending I know, it's confusing, only slave can control other slaves, master just The unit that you try to control doesn't necessary accepts 'commands' but Hope it helps. Anyway, you had major progress being able to send full Lin Zapta On Sun, Mar 6, 2016 at 12:22 PM, slabiak [email protected] wrote:
|
Hello, I can't get the chip you used in your project (ATA6631) however i can get Philips TJA1020. Below you can see the example application note - my question is if there will be a lot of code change if i will use this chip instead of your chip, or is that chip is limited with some functions compared to your chip?
I think that the only change will be the fact that:
pin 4 TXD from TJA1020 will be your LIN_TX
pin 1 RXD from TJA1020 will be your LIN_RX
The text was updated successfully, but these errors were encountered: