Hello TI Community,
I'm new to programming DSP's, I've been having some issues while learning but nothing I could'nt find an answer on the forums or by using google. Unfortunately this time I wasn't that lucky.
I'm developing a program to make an infrastructure communication on the DSP, so far I have the Tx part, only transmmiting some data but not recieving it anywhere. When I check the status of the queues after the transmission is done, I see that on the simulator the descriptors go from the Free Tx BD queue to the Tx Completed Queue without any problems; but when i test the exactly same code on the device (TMS320C6670), the descriptors are held by the Tx Queue, which makes me think the Channel is not being notified there are new descriptors to be send, therefore, the descriptors are queued on the Tx Queue.
I really don't know what could be the cause of this problem, so I hope you could give me a hand.
Regards,
Andrés