Part Number: TM4C1290NCZAD
Hi teams:
Now I am doing SPI communication between two chips. TM4C is used as the host and MSP430 is used as the slave.
When TM4C sends a frame query command, the software code will continue to send a certain byte of dummy signal to provide the clock to the slave.
when the slave is ready with data, since the clock signal always exists, the slave can send data normally, and the host can receive response data normally.
I currently use software to maintain the clock signal. I feel that this method is not very reliable.
I have learned that a better way to maintain the clock signal is to have the support of a hardware controller. When the slave machine processes data, the host hardware generates it by itself. The clock signal maintains communication.
I would like to ask if our TM4C1290NCZAD chip has this hardware controller function. If so, how should I configure it? Is there any reference material?
I'm looking forward to your reply