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.

TMS320F28377D: program run error

Part Number: TMS320F28377D


HI,

my program was executing well . but suddenly it stop running without any changes . when i reprogrammed it program is loading but not running  .when i  step into program after reading system control file  ,it  reach "0x3fe2ee"  memory location .i am running it through RAM file .pls suggest error reason.

  • Navneet,

    From the description it look like CPU is getting into ITRAP which could happen if program did not get loaded properly or code is getting overwritten due to stack overflow or incorrect coding. Can you step through assembly code to see when it jumps to BOOTROM and if that instruction is same before running the code and after running the code?

    Regards,

    Vivek Singh

  • vivek ,
    Thanks for support . i know CPU is getting into ITRAP . but my code was executing then suddenly this problem came . but i replaced with new processor problem has resolved . may be processor had some problem internally.