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.

CC1310: Program problem

Part Number: CC1310

I have a question I would like to ask. I did not find "startup_iar.c" in the rfWsnNode project under RTOS. I want to ask where the exception handling function of the rfWsnNode project can be modified.

  • Hi,

    The startup_ files are global and the same for all project. They can be found in the SDK under source\ti\devices\cc13x0\startup_files

    Best Regards,

    R.M

  • Hi,

    In TI  RTOS rfWsnNode  project does not contain "startup_iar.c".

    When I add "startup_iar.c" in rfWsnNode project , and try to modify the exception handler(such as FaultISRHandler(void)). The compiled found that conflict.

    Error[Li006]: duplicate definitions for "ResetISR"; in "E:\work\02_Product\Source\CC1310_bosma\Debug\Obj\startup_iar.o", and "C:\ti\simplelink_cc13x0_sdk_3_10_00_11\kernel\tirtos\builds\CC1310_LAUNCHXL\release\iar\package\cfg\release_prm3.orm3"

    Error[Li006]: duplicate definitions for "__vector_table"; in "E:\work\02_Product\Source\CC1310_bosma\Debug\Obj\startup_iar.o", and "C:\ti\simplelink_cc13x0_sdk_3_10_00_11\kernel\tirtos\builds\CC1310_LAUNCHXL\release\iar\package\cfg\release_prm3.orm3"

    How do I do to modify the function in TI  RTOS rfWsnNode project. such as  FaultISRHandler、ResetISR、NmiSRHandler、IntDefaultHandler。

    Best Regards.

  • Hi R.M

    could you help check the above and give suggestions,tks!

    When I add "startup_iar.c" in rfWsnNode project , and try to modify the exception handler(such as FaultISRHandler(void)). The compiled found that conflict.

    Error[Li006]: duplicate definitions for "ResetISR"; in "E:\work\02_Product\Source\CC1310_bosma\Debug\Obj\startup_iar.o", and "C:\ti\simplelink_cc13x0_sdk_3_10_00_11\kernel\tirtos\builds\CC1310_LAUNCHXL\release\iar\package\cfg\release_prm3.orm3"

    Error[Li006]: duplicate definitions for "__vector_table"; in "E:\work\02_Product\Source\CC1310_bosma\Debug\Obj\startup_iar.o", and "C:\ti\simplelink_cc13x0_sdk_3_10_00_11\kernel\tirtos\builds\CC1310_LAUNCHXL\release\iar\package\cfg\release_prm3.orm3"

    How do I do to modify the function in TI  RTOS rfWsnNode project. such as  FaultISRHandler、ResetISR、NmiSRHandler、IntDefaultHandler。