Part Number: TDA2EVM5777
Tool/software: TI C/C++ Compiler
Hello,
At the time of IPU2 implementation we had facing same issue for the ti-cgt-arm_5.2.5 compiler. For that compiler we use the -retain compiler flag in to solve this issue.
Now for MPU-A15 we are using GCC(gcc-arm-none-eabi-4_9-2015q3) compiler. When we compile the code through make file vector table get mapped to location 0x00 but
after flashing the code we are not able to find symbol of vector at that location.
After CPU reset it shows the address 0x0000000C
Please suggest if any compiler flag is missing or any other configuration is miss.
Thanks,
Kiran