Part Number: TMS320F280025
Tool/software: TI C/C++ Compiler
Dear Champs,
I am asking this for our customer.
We use CCS 10.1.
The user has "codestartbranch.asm" in their project, where "code_start" is used.
Also, they user uses the default flash-based .cmd for flash programming, where codestart is allocated to 0x80000.
SECTIONS
{
codestart : > BEGIN, ALIGN(8)
....
As for the linker, should we use --entry_point=code_start?
We observed on the example projects, it uses, but it does not have any warning.
But on the user's project, if they use it, then there is warning "warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start". However, it the user does not use it, it will get stuck when using reset CPU -> Script emu flash boot -> Run.
Why?
Wayne Huang