Other Parts Discussed in Thread: TMDX570LC43HDK, HALCOGEN
Hello
Hardware:
tmdx570lc43hdk evaluation board
Software:
Generate the driver code by the HCG software tool.
Question:
(1) By monitoring the CS pin with an oscilloscope, I found that it was always pulled down.
(2) Only when “spiSendAndGetData” Function is called again will the CLK pin be detected.
Later, I found that in the “spisenddata” function, only the transmit interrupt flag bit is set, and then the transmit and receive interrupt flag bits are set in the “spiSendAndGetData” function.
(3) If it didn't set use the receive interrupt , the CLK can't be detected.