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.

Loading the ICONT1 and ICONT2 binaries from M3

Hi,

I am using Netra Board for codec development. 

I want to load the binaries (Data section, text section etc) into the iCONTs memories through Cortex_M3_RTOS.

In the starter kit package of H.264 shared by TI, I see that the complete code of boot.asm is not required.

There are some interrupt related sections like .fstack, .ustack, . istack etc. etc in the cmd file.

Are all these sections are really required?  or merely writing .intvecs, .data, .text are enough. 

 

In the RTSC package shared by TI there is one function called IVAHD_Standby_power_on_uboot( ) gets called to boot the iConts in which 

some hex code gets written into the Program memory of iCont for booting. 

What is the difference between this hex boot code and the boot.asm file code (starter kit package)? 

 

Please help.

 

Thanks & Regards,

  -Viranjan