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.

TMS320F280039: ti280039 chip software initialization time is difference

Part Number: TMS320F280039

Tool/software:

HI,

    I have two code projects, the initialization function is the same, the startup function is the same, the hex file compiled by the same compilation environment, the same development board, but the two projects download to the development board, the initialization time is not the same, from the power-on start to the main() function between the beginning of the time is not the same, what is the reason?

  • Hi,

    We have .cinit function called inside code_start which initializes all the variables. Based on how many variables are there in each project, execution time will be different. Instead of main, you can check the time to start of code_start.

    Vivek Singh