Hi,
I am developing an aplication for C6746 DSP.
and I am using the following tools:
- OS tirtos_c6000_2_00_01_23
- CCS6.1.1
- compiler c6000_7.4.14
Our project using one libraly(3rd party provide),
and we make .out file, linking this libraly and our developed object files.
At the time of use .out file, an error occurs.
EFR 0x00000002(Internal exception)
IERR 0x00000010(Resource conflict exception)
but, At the time of use another .out file, not error occurs.
another .out file as is without sysbios.
We want to know the cause of this symptom.
By the way, we are comfirmed about the following matters.
・stack over flow(task ,sysbios)
・memory over wrap
Regards,
Jun