Part Number:TMDSLCDK6748
Tool/software: TI-RTOS
(Please visit the site to view this file)
Hi,
I have attached my CCS Project which contains two tasks:
1) Audio Echo Task()
2) StackTest()
I am currently taking data from the LINE IN Port and sending it to LINE OUT Port and also sharing it with the Ethernet task using semaphores. The Audio Echo Task loops back the data correctly and supports the frequencies up to ~4kHz and as my sampling rate is set to 8kHz, it makes sense. The problem here is that the ethernet task is sending or executing only 8 packets per second(checked using Wireshark and matlab), why it is not sending 8000 packets per second which are being received from the McASP LINE IN Port.
My Sample rate for the AIC codec is set to 8000 and hence I want those 8000 data packets to be sent to PC via ethernet.
Please let me know what things I am doing wrong in my project. Your help is appreciated.