Hi everyone,
I am using DSP C6713 in a custom board. I generate code by utilizing CCS v3.3 with Code Generation Tool 6.1.22. Problem started when i ran my generated code from internal flash. In some build instances of same source code, generated code stops at some point, no reaction from DSP without any indication. When I encountered this problem, i decided to debug the code step by step via CCS v3.3 in mix Source-ASM. At some point in code, I received Error: 0x80000022/-1143, fatal error during memory execution, some memory location indicated it was not ready. Since I don't have detailed knowledge in debugging of c67x assembly code, I could not go forward to find the source of this problem. Different builds of the code do not have this problem.You can find some observations below:
1- Error definition, Error at 0x0001FC00
2- Code block, first build, WITH error
3 - Same code block, second build, WITHOUT Error
I have browsed to find related forum topic but all of them are related to connection problems in CCS.
I appreciate if you explain the cause of this error(Code generation, hardware problems such as memory stalls etc.) and make some recommendations.Thank you, kind regards.