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.

linking error when using tm4c1294ncpdt board

On debugging the code on the board, on starting the debugging operation it has been jumping to the fault isr

in the line of the code

 

g_ui32SysClock = MAP_SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ |
SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |
SYSCTL_CFG_VCO_480), 120000000);

there was no error in the compilation process.

  • Hi Santhosh,

    Please add those 2 lines at the begining of your file and try again:

    #include "driverlib/rom.h"

    #include "driverlib/rom_map.h"

    Regards,

    QJ

  • thank u wang  for the reply,

    By adding both the header file there was no change in the linking error which was jumping to the faultisr during the debugging on the board

  • Hi,

    In the case of "linking error" no code is generated and more, you cannot start debugging. Definitely there is not "linking error".

    Suggest to import first an example from Tiva package, dedicated to your board , compile-link , run and then compare the source code of the example with yours. You should be able to spot the errors.

    If even that does not work, then post the code.

  • In the case of "linking error" no code is generated and more, you cannot start debugging. Definitely there is not "linking error".

    That is not the only point were the OP is self-contradicting.

    A tutorial about using the development tools would be very appropriate - TI has even nice video tutorials ...