How to use LIN at KW45 MCU
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
hi :
I want to use LIN in KW45-EVM,The SDK demo of LIN is one Master to one Slave.I want to add a Slave node,how can i do .Can i use NCF tool, it very old and i don't know if it surpport KW45?
Thanks
Have a good day!
James
2024.01.03

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello @james1z1j
The LIN bus is a broadcast serial network with one leader node and up to fifteen follower nodes configured on a single wire. A LIN leader node transmits a request, known as a header. The header contains a field called Identifier, which is a 6-bit ID followed by 2 parity bits. The ID identifies each LIN message sent and which nodes should react to it. The parity bits aid followers in determining the validity of the ID so they know whether they should ignore the data transmission, listen to it, or publish data in response.
An overview of LIN can be found in the post Local Interconnect Network (LIN) - NXP Community.
Regards,
Eduardo.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello EduardoZamora,
Although we have LIN driver in KW45 SDK, but I and my customer can't find LIN peripheral driver in MCUXpresso IDE, how do our customer to config LIN by the MCUXpresso driver module?
