Hi,
we want to place the vector table of an embedded RT OS into address 0x00000000 of M4F. Currently, TI Clang Compiler always places gHwiP_vectorTable to this address. But I need to place another vector table there to run into OS startup.
Also the entry point is _c_int00 when looking into map file. Clang always puts this into 1st place, even I don't list it in my Linker Script.
My linker script tells the linker explicit to use .reset_vector symbol on this place. But every time looking into map file, it just stays at _c_int00
Is there a way to avoid that?
Kind regards
Andreas