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.

Trying to run the first example project. Some errors in debug mode.

Hi,

I am trying to run the first example project on GPIO pins setup in 28355 using ccs6 . The program shows the suspended-SW breakdpoint and "_c_int00 doesnot contain frame information" error. I have attached the image for reference.

ATTN: Image attached

I am trying to learn this on my own and i dont know how to solve this problem.

Thank you,

Ujjwal

  • Ujjwal,

    The message shown is harmless and it indicates your project does not include the source code that is associated with the code entry point (the symbol _c_int00).

    The reason your project does not have this source code is because the entry point is actually inside the runtime support library (the file rts2800_ml.lib or rts2800_fpu32.lib, depending on the device used) and this library was built with code optimizations and with minimum debug information (that helps speed up the code execution).

    Therefore, please feel free to ignore this message.

    Hope this helps,
    Rafael
  • Is there a way to make sure that your code has been sent to RAM or Flash other than directly checking on the DSP pins? After writing the code, I build the code and then go to Run==> debug and then it shows the previous error i mentioned. I am not sure if the code was sent to the RAM.