Other Parts Discussed in Thread: TCAN4550,
Tool/software: Code Composer Studio
Hi Team,
I would like test TCAN4550 CAN function with MSP430FR6989.
The connection is as shown below:
P2.3 - nINT
P2.5 - nCS
P1.7 - SDO
P1.6 - SDI
P1.4 - SCLK
GND - GND
Vbat : 36Vdc
First I Have checked the SPI between TCAN4550 and MSP430 with example code(TCAN455x Driver Library Demo (Rev. A) ) which is supported by TI.
I just add AHB_READ_32(REG_SPI_CONFIG) for reading ID of TCAN4550.
And this is the result. I Think the SPI is working well.
And now, I would like to see CAN output(CAN_H, CAN_L).
With your example code, not changing anything, I couldn't get the CAN output.
This waveforms are after pressing S1 on MSP430 LaunchPad.
What's wrong with my work?