Hi Ankita,
The TCAN4550 boosterpack module includes demo code for use with the TI MPS430 MCU. The SPI drivers in this demo code are pretty basic and should be a good reference for implementing burst writes and reads in your system.The demo code can…
Hi Peter,
Correct, and this crystal is used on the TCAN4550EVM and the BOOSTXL-CANFD-LIN with 8.2pF load capacitors. However, the PCB parasitic capacitance is different for all board designs, and these boards are not normally operated at high temperature…
Hi Vishnuvardhan,
If you want to use the MSP430F5529, you can pair with something like https://www.ti.com/tool/BOOSTXL-CANFD-LIN , which is a CAN or CAN-FD Controller and Transceiver which you can use with a SPI interface.
The MSPM0G350x family (…
Hi Eric,
I would recommend using the BOOSTXL-CANFD-LIN BoosterPack along with the MSP-EXP430FR6989 LaunchPad Development Kit. Demo firmware has been developed for these boards that can be used for your testing purpose. By default the code configures…
Hi Basaveshwar,
Can you tell me what value you are reading for the Status register (0x000C)? Are any bits getting set?
Can you share any scope or logic analyzer plots of the SPI signals for both the registers you are able to successfully read, and…
Thanks for your response.
I need a help to modify the TCAN4x5x_SPI.c driver according to TMS570LC43xx MCU in which SPI.c and SPI.h is generated using HALCoGen Tool.
The example code for BOOSTXL-CANFD-LIN SPI to CAN FD SBC + LIN transceiver BoosterPack…
I know this is an old thread, but I just came across it and wanted to give an update that the TCAN4550-Q1 device could be used in order to achieve a CAN or CAN FD interface using the MSP430. It is a CAN controller + transceiver with SPI interface to support…
Hi Jonathan.
First of all. Thank you for your support.
You asked several observations and I carried out most of them.
1. You mentioned about wrong SCLK. And I also agree with you. So I added 200ohm serial register on SCLK (our PCB made by H/W team…
Part Number: TCAN4550 Other Parts Discussed in Thread: TMS570LC4357 , , MSP430FR6989 , TMS570LS1224 , Hi Teams,
I need a support for TCAN4550 BOOSTXL - CANFD-LIN configuration to Transmit and receive CANFD with TMS570LC4357.
The interrupt method is…
Ochi-san,
The evaluation platform you have suggested is a good starting point to evaluate the TCAN4550-Q1. The starter code (SLLC469B) has functions and structures created to address all registers of the TCAN4550-Q1, as well as easily configure the…