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

Hi,

I am using CCS5.2 SYS/BIOS for my project.

I am using HWI,SWI,Tasks in my project and i have configured them statically,

when i put the breakpoint in Idle function the control is coming to idle function,there i am toggling the LED and when i run the program after some time

the toggling of LED is stopped and the Control is going to abort() function.and will get the following error

No source available for "abort() at 0x304e87"

Can anyone throw some idea on this,

Thanks,

Manju

  • Manju,

    Sorry, but you need to dig a little deeper because the information you provided is not sufficient.
    What platform or device are you running on?  What Hwi, Swi, and Tasks are in your system?

    Here are some pointers you can start with.

    1.  Check to make sure you Task stacks and Hwi stack are still okay.

    2.  Are you doing any runtime creates?  if so are you heaps sufficient?

    3.  What's your program doing?  When and How is it getting into abort?

    You can use ROV to look at the state of these information.

    Judah

  • Hi Judah,

    I caught the answer from your very first point,

    the issue was with the task stack size.

    Thanks alot,

    regards,

    manju