This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
RT
我用28027的lanchpad试那些示例程序,发现在linker的定义中把entry point设置成code_start,而在codebranch.asm中也确实定义了code_start(定义在003fff76地址)跳转程序,但我的工程文件里似乎并没有包含codebranch.asm,每次reset CPU都是复位到003fff76这个地址(不是程序)。我如果在程序中添加codebranch.asm则会报错,说是重复定义。我就想知道,在默认情况下,这个code_start是在哪里定义的呢?