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.

Issues regarding CCS5.2 (SYS/BIOS)

Other Parts Discussed in Thread: TMS320F28335

Hi All,

I am using TMS320F28335 for development,I used XDS100 emulator to debug.

As soon i debugged the code the control is not coming to main() and is giving the following error

No source available for "c_int00() at 0x30d93b"

Anyhow when i reset and restart from the debug menu,the control is coming to main(),

Please provide your valuable comments.


Thanks,

manju

  • Manju,

    I think your CCS debugger “Auto Run” settings have the automatic run to main() feature disabled.  So after loading, the CPU’s PC is sitting at the c_int00() entry point of the program, whose source file is not found.  At this point after loading, can you select Run->Go Main to get to main()?

    The auto run options can found with this menu selection: Tools->Debugger Options->Generic Debugger Options



    I expect in your case the “On a program load or restart” box is not checked.  If you check that box, and save options, you should get the behavior you are looking for…

    Scott

  • Hi scott,

    I checked the configuration the option which you mentioned is checked.

    After loading, the CPU’s PC is sitting at the c_int00() entry point of the program, whose source file is not found.  At this point after loading, select Run->Go Main to get to main() is disabled

    Thanks,

    manju