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.

TMS320F28377D: How to set McBSP SPI Master Mode in SYSCONFIG ?

Part Number: TMS320F28377D
Other Parts Discussed in Thread: SYSCONFIG,

Dear, sir,

I want to set McBSP as SPI Master in SYSCONFIG and send and receive 32bit data at 10Mhz clock.

I would like to know how to set it up on SYSCONFIG and which sending/receiving functions should be used.

[Development environment]

1. DSP : TMS320F28377D

2. CCS : V12.4

3. C200WARE : V4.3.0.00

4. SYSCONFIG : V1.17.0

[SPI setting]

1. McBSP(A) -> SPI Master

2. SPI CLOCK : 10MHz

3. Send and Receive Data : 32Bit

    -> Repeated sending and receiving within the main while(1) statement.