Hi Everyone,
I am new to DSP Programming so i think i am making some stupid mistake but i am stuck .
I am planning to use the AIC23 Codec of 6416. At the moment i dont have the hardware for it. What i have done is that i have setup code composer studios in Simulator mode.
I have a code that i need to understand. So what i do is run the code by using the Step Into command so that i can understand the flow of instructions. But as soon as the DSP hits the following line the whole debugging is stopped (The DSP does not move to the next instruction whereas the status of the DSP shows "Stepping Over")
The point where this gets stuck is
" hCodec = DSK6416_AIC23_openCodec(0, &configr);"
Any help would be highly appreciated ...