I developed my own C6748 board and it runs all the programs well.
But I find that, only in such a situation, the program cannot be restarted in CCS:
When the program in the red block is runned, then, when I press the restart button, the program is not restarted.
If the program in the red block is not runned, the program can be restarted when I press the button.
But, I tried another C6748 development board which is bought from third party, the program can be restarted even when the program in the block is runned.
I use GP1[1] as the interrupt PIN.
So, I think maybe there is something wrong with connection of the GP1[1] and the INT of the peripherial chip.
But the program runs ok, it is just can not be restarted!
And the connetion is just directedly connected, just like the development board.
What is the possible reason for this?
I cannot monioter the INT signal because the wire is connected directly and both the chips are BGA.
The INT signal interrupt the DSP to get data from the peripherial.
Since the data got is allright, I think the INT signal works well.
