Tool/software: Code Composer Studio
Hello i have a question regarding LIN Driver
when I call the function linSend(); there is no signal to show on the oscilloscope. why??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello i have a question regarding LIN Driver
when I call the function linSend(); there is no signal to show on the oscilloscope. why??
Can you please let me know which LIN transceiver is used in your setup? Both master and slave sides should have a transceiver.
Master node: An external pullup resistor (1kΩ) and a series diode to VSUP must be added to LIN bus.
this is the transceiver which i used
8816.SPI to CAN FD SBC + LIN.pdf
i checked the schematic of the transceiver pullup resistor (1kΩ) and a series diode to VSUP connected to LIN bus.
in the linSend() function i can checked the signal on oscilloscope just when enabling analog loopback
when i disable the loopback no signal appears on oscilloscope why do i face this problem?