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.

CCS/TMS570LS1224: TMS570LS1224

Part Number: TMS570LS1224
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

I am trying to configure mibspi3 through halcogen.

Transmit through Interrupt method and receive data from polling method.

Please help me how to configure.

while(!(mibspiIsTransferComplete(mibspiREG3,0)));
mibspiGetData(mibspiREG3,0,rx_data);

i am using this as a polling.

  • Hello,

    Please refer to the example in HALCoGen:

    example_mibspi_trigger_tick.c

    This example describes the steps to configures mibspi tick as trigger source for a group transfer. The example configures the TG0 trigger source as the mibspi tick. The transfer group complete interrupt og TG0 triggers the next transfer group (software trigger) and so on.