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.

BOOSTXL-DRV8320S: TM4C123GH6PM development board and DRV8320S motor driver not communicating with SPI

Part Number: BOOSTXL-DRV8320S
Other Parts Discussed in Thread: TM4C123GH6PM, DRV832X

Hi,

I managed to control the DRV8320S motor driver with the MSP430F5529LP development board. Now it tries with TM4C123GH6PM development board but it doesn't work. I don't know where it goes wrong, can you take a look?

MSP Code :

MCLK_set = UCS_getMCLK(); ==> 4000000
SMCLK_set = UCS_getSMCLK();  ==> 4000000
ACLK_set = UCS_getACLK();  ==> 32768

TM4C Code:

Thanks,