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.

TMS470MF06607: fix starting address of application code

Part Number: TMS470MF06607


hi sir,

i am using TMS470MF06607 microcontroller.

i developed my own application code . i want to know how to give the starting address of my application code.

is it possible to give the starting address of  my own application code ??? is it possible means can you please explain me how to give starting address ??

1) where i want to give the starting address, in my application code.?? (in my program where i want to give that address)

i am using the CCS V6 . (code composser studio).

can you please provide me the  valuable solution for issue .

regards

Arun Kumar.N

  • See section 8.5.5.2.2 of the TI ARM ALTUG about binding an output section to a specific address. You may need to create a unique output section with just the code you want at that starting address. Typically it is not necessary to allocate code to a specific address. Rather it is only necessary to allocate code to certain memory regions (RAM, Flash). Why are you trying to force the starting address at a particular address? Perhaps I can provide suggestions to perform the same task more easily.

  • hi sir,
    I am using a boot loader to flash the application. To do so i need start address of the application.

    Boot loader is 4k Flash area. i want application to exclude this area and Start address to be 0x005000.

    I am using CCS V5.2.2 to compile the code for the microcontroller (TMS470MF06607). would you tell me how to set the application start address in the CCS V5.2.2?

    Regards
    Arun Kumar.N