Hello,
I am trying out the sine8_LED project from the rulph chassing's book (as mentioned by you) in CCS v3.1 on C6713DSK.
My program is getting built successfully but i am getting 3 warnings as depicted in the picture below.
When i try to run the program, the program gets stuck at comm_poll ,as shown in the next fig wherein the program is stepping over from that position but it does not complete the action. What may be the reason for it ?
If i comment comm_poll and proceed further then the program gets stuck at output_sample and i dont get any output tone in the headphones ( sine wave ).
Please help