Tool/software: Code Composer Studio
When I use different TG to transfer the data , I found the data on the oscilloscope.
But I use same TG to transfer the data , I only found the data first time on the oscilloscope.
The code is like this:
mibspiTransfer(mibspiREG1,0);
mibspiTransfer(mibspiREG1,0);
The manual about ONESHOTx said “After the transfer is finished the TGENAx control bit will be cleared and therefore no additional transfer can be triggered before the host enable the TG again.”But I have already enable the TG again.
Did I miss something?
PS:MIBSPI configration:master,3-pin mode;
TG:8 Groups,Length=16 of every group,Buffer Mode=4(Always),Oneshot Transfer,Trigger Event=TRG_ALWAYS,Trigger Source=TRG_DISABLED;