This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6713 HWI not working

hi everyone

i have a TMS320C6713 DSK in the LAB, and used CCS3.3 to work with it, now that the computers were upgraded to win7, i had to upgrade to CCS5.5, but i have a problem regarding the HWI.

i copied a project code that was working fine on CCS3.3 (audio app, provided by TI, it simply gets sound in by EDMA to buffer, when EDMA is complete it tigers a HWI, that posts a SWI, then data copied to another buffer, and get out via another EDMA), and then created a TCF file to add all necessary setting for HWI and SWI.

the project is running (indicated by a periodic LED flash), and the 1st EDMA is filling the buffer, but it is not triggering the HWI. I'm not finding the source of the problem, knowing that the code was just copied and pasted, and the TCF file was made the same as the old CDB file in CCS3.3.

note that I'm using BIOS 5.42.1.09 which was provided with CCS 5.5 on download.

i searched for some workshops (found one on 6748) but they never introduced a full example like the one i need, they only introduce the concept.

also i checked the EDMA registers and seems fine:

PQRS 0x00000007

CIPR   0x00000003

CIER  0x00000003

CCER 0x0000C000

ER    0x000010FE

EER  0x0000C000

ECR  0x0000C000

ESR 0x00000000

my question here is why the EDMA is not triggering the HWI? is it in the code or in the TCF file or somewhere else

best regards