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.

Starterware/TDA2EVM5777: TDA2EX Family cortex M4 (IUP2): Want to go to main() through my start up file instead of Cint through boot.asm

Part Number: TDA2EVM5777

Tool/software: Starterware

Hello,

I write my .asm startup file in that define the Reset handler function and from that calling main function. it works but after following scenario

 1. When load the program through CCS 7.1, main function calling from cinit through  boot.asm 

 2. When i do the cpu reset, control goes to Reset handler function which is written in my .asm startup file and from that function it call main function.

I want control goes to my Reset handler function when i load the program. I don't know why this happen, please help me in that.

Thanks,

Harshalkumar