Part Number: LAUNCHXL2-RM57L
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi,
Currently, I try to develop an application on Hercules RM57L. In a specific routine of the application, it stays in dataentry in HL_sys_intvecs.asm.
During debugging the routine goes to HL_sys_intvecs.asm during TL string definition. As follow:
Strangely, when I see the string variable during debugging before the definition, it has the values of a locally defined string in another function in the same .c file. '3208' value,
A revision in CP15 registers DFSR, DFAR, and IFAR relates that that error occurs due to a write error, and the status register indicates that it is related to a background fault. Finally, the data fault address means that 0x07FFF9B0 is the address where data fault originated. I saw along with all variable addresses in the function and another variable address in other functions, but I can't find this fault address related to another variable.
How can I fix this issue ??
Thanks for your attention.