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.

dma module working problem after programming?



Hi all,

-I have one question related debugging with CCS. I have a player application using dma module of C5505. Everything is ok except this;  When I click debug icon,  program counter  does not come to the starting point of the program(i,e. main func.)  ,  it stops in dma_isr position in vectors.asm file when I halt the program. I then reset and restart the application it comes the starting point. I wonder why it does not come at first trial. Did anyone else encountered the same thing? what could be the reason?

-When debugging the program it runs OK, but when I burn the program into eeprom it FAILS.  I wonder that the dma_isr  was not loaded successfully. Is it true? Is it related the situation I described above? What should be done?