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.

AM2634: object file of startup requirement

Part Number: AM2634

Tool/software:

Hello Team,

I want to make V&V setup to test the system, to configure the setup we need object file of startup file(AM2634),

So please let me know Is there startup file for AM2634 in SDK, please share the file path

and also share the object file of startup file also.

  • Is there startup file for AM2634 in SDK, please share the file path

    Here's the start-up file:

    SDK install path\\source\kernel\nortos\dpl\r5\boot_armv7r_asm.S

    also share the object file of startup file also

    You need to compile it yourself I think.

  • thanks for your reply,

    As per my understanding it should be auto compile when ever any of the SDK's example source code compile because its a starting point of the MCU and to generate file *.out file

    please let me know if it used in project

  • The entry point is c_int00 located in SDK install path\\source\kernel\nortos\dpl\r5\boot_armv7r_asm.S

    The Exception vector table is in C:\ti\mcu_plus_sdk_am263x_09_02_00_56\source\kernel\nortos\dpl\r5\HwiP_armv7r_vectors_nortos_asm.S

  • I think I see what you mean now. Yes the the start-up file is already compiled into a library file e.g. nortos.am263x.r5f.ti-arm-clang.debug.lib. This is included in the linker search path. Of course you do not have to recompile the library.

    The library file are here: 

    SDK install path\source\kernel\nortos\lib

    It's used in all the examples as far I know.