Other Parts Discussed in Thread: SYSCONFIG
Hello,
I am working with LP-CC1312R7 and LP-CC1352P7-1 for my Wi-SUN project. I am using this repository: GitHub - TexasInstruments/ti-wisunfantund: TI Userspace network Daemon to create interface with ns_br project but I have some problems. I tried 3 different SDK and all have different issues.
-
-
simplelink_cc13x2_26x2_sdk_5_20_00_52
-
ns_br project and wfantund work without any error. wfanctl don’t return correct answers for “connecteddevices” and “ dodagroute” queries.
-
- simplelink_cc13x2_26x2_sdk_5_40_00_40
-
ns_br and ns_br_src projects can’t work with wfantund unless we reset middle of to initialization. If we can set up interface, wfanctl returns correct answers for “connecteddevices” and “dodagroute” queries.
-
- simplelink_cc13x2_26x2_sdk_6_10_00_29
-
ns_br and ns_br_src projects can’t work with wfantund. They are giving segmentation fault during initialization.
-
-
My main issue is that i can not initialize interface with SDK's which are simplelink_cc13x2_26x2_sdk_5_40_00_40 and simplelink_cc13x2_26x2_sdk_6_10_00_29. Could you please help me about this issues?