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.

help me

i have use tibios pakage; when i use 

void
CANIntRegister(uint32_t ui32Base, void (*pfnHandler)(void))

this function ,error occur, the error is :

.vtable section locate in sram 0x20000000; .vect section also locate in sram 0x20000000;

.vatable is the section defined in  interrupt.c   in  standard driverlib;     

.vect is defined by tibios auto configure;   

how can i do ,