Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi,
In my project i wanted to change my startup function name from _c_int00 to c_int00.
For this i have modification i change the following files:
1.sys_startup.c and sys_startup.h
2.sys_intvecs.asm
and while linking i am providing the starting address with lag option -e c_int00.
As per this changes, i can compile it correctly, just getting the warning,
entry-point symbol other than "_c_int00".
But i am not concern with the warning, as it can be suppressed.
But the main issue is when i am loading this Object file on the target,
I stucking into the Data abort exception.
While debugging,
I Found that during the stc_self_check(); it is causing this exception, and more of when i loaded i found that
at starting it is pointing to some other instruction than the init_core_register method as shown in below image.
But for the same files if i modified it to the _c_int00, it works fine, with starting, pointing to the init_core_register method.
So, Is there any additional changes required to make it work?
Please Help me in this issue.
Quick Response appreciated.
Regards,
Shivam Kakad