Hello,Currentlywe are doing a SPI driver for DM6437 using Mcbsp (refering spru943)section 2.9.We have been able to configure it properly and the transfer are happening.Our problem is
1)We have to step-in the code everytime to see the output.If i do "run" the controls goes to DSP-Bios instruction and hangs.So transfers do not happen at real time.
2)Also the control does not reaches to main() directly when we "Run" and gets hang at some DSP Bios instruction .But when we "step in" some DSP-BIOS instructions and then try then it reaches to main() properly.
Can you please let me know why this strange behaviour is occuring.Am i missing some settings related to DSP-BIOS or CCS that needs to be done.??
-Heramb