Hi !
I'm trying debug the program L138_sine48_buf_intr.c with the CCStudio V5, but i have the next problem: No source available for "c_int00() at 0x11813a2c" , someone have any idea?
Thanks
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.
Hi !
I'm trying debug the program L138_sine48_buf_intr.c with the CCStudio V5, but i have the next problem: No source available for "c_int00() at 0x11813a2c" , someone have any idea?
Thanks
Nathalie,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages. Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics.
There is no source for c_int00, so you will always get that. Just click Run->Go Main to continue on with your program.
Most of the time I have used CCS, it is configured to automatically Go Main after a load. I do not remember how to configure that, but if you search the Help in CCS, you should be able to find it. Let us know if that helps, and it would be nice if you post the method to do that configuration, please.
Regards,
RandyP
If you want to know what happens in c_int00, unpack the rtssrc.zip which you can find in the lib directory of your cgtools installation. c_int00 in implemented in boot.c. Your application is usually linked agains some rts67*.lib which contains the compiled c_int00