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.

MSP432如何重定义ENTRY POINT SYMBOL?



请教TI工程师:

       Build例程msp432p401x_1_MSP_EXP432P401R_nortos_ccs后,在msp432p401x_1_MSP_EXP432P401R_nortos_ccs.map的第7行出现:

       ENTRY POINT SYMBOL: "_c_int00_noinit_noargs"  address: 000001a5

       问题:

       1. _c_int00_noinit_noargs是在工程的哪个位置指定的?

       2. 如何将address的值固定为0x00000800?即:ENTRY POINT SYMBOL: "_c_int00_noinit_noargs"  address: 00000800

       谢谢!