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.
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.
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,
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。
Hi,
Please take a look here: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz/f/156/t/833915
Best Regards,
R.M