Other Parts Discussed in Thread: LAUNCHXL-CC2650, CC2650, Z-STACK, TIMAC
Tool/software: TI-RTOS
i get the same problem ,anybody know how to solve the problem.
There is no answer in this post.
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.
Tool/software: TI-RTOS
i get the same problem ,anybody know how to solve the problem.
There is no answer in this post.
hi body,in this time,you are not in sleeping , and your name is yk Chen so maybe you are in china now, maybe you are a Chinese.
I get code in
C:\ti\tirtos_cc13xx_cc26xx_2_21_01_08\examples\IAR\CC2650DK_7ID\rfPacketTx (my chip is CC2630 7ID)
and do nothing change to load in cc2630, but not work , code is dead in this place
RF_postCmd(rfHandle, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, NULL, 0);
so i did some thing
1. I changed the RF_MODE_PROPRIETARY_2_4 to RF_MODE_IEEE_15_4 in the struct
RF_Mode RF_prop =
{
.rfMode = RF_MODE_IEEE_15_4,
.cpePatchFxn = &rf_patch_cpe_ieee,
.mcePatchFxn = 0,
.rfePatchFxn = 0
};
the code can step over
RF_postCmd(rfHandle, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, NULL, 0);
but when the code run to
RF_runCmd(rfHandle, (RF_Op*)&RF_cmdPropTx, RF_PriorityNormal, NULL, 0);
also dead.
no info no return .
2. as you asked , I change the choose to cc2630, the results i get is all the same.(not work)
2. yesterday i post a msg in e2echina. ( if you are a Chinese https://e2echina.ti.com/question_answer/wireless_connectivity/zigbee/f/104/t/177251)
I had got some help,but not useful.the Code also can't work in CC2630 .
I noticed that you once answered a question in a similar post,I hope the answer form you . how to run the code(form the office) in cc2630 to Tx radio Packet
I am from Taiwan not China. Which IAR version do you use? Is it IAR for ARM 7.50? The IAR examples in tirtos_cc13xx_cc26xx_2_21_01_08 are built by IAR for ARM 7.50 so I suggest you to use it. By the way, I would suggest you to run this example on LAUNCHXL-CC2650 and make sure it work first.
Yes, I have some Zigbee products using CC2630 7ID and I don't have to change CPU setting from CC2650 to CC2630. The Z-Stack Home 1.2.2a examples can run on my CC2630 without problem.
Mr.Chen
do you online now?
My LAUNCHXL-CC2650 is arrival , I can make it work when do nothing changed on the example.
but when I change the setting from RF_MODE_PROPRIETARY_2_4 to RF_MODE_IEEE_15_4.(just this one change)
cc2650 is not work as same as cc2630.
Can you give me some help or suggest ,
At frist I connect CC2650 and CC2630 with smartRF , one TX another RX . that all work fine.
And second, make CC2650 work in RF_MODE_PROPRIETARY_2_4 mode, CC2650 is fine;
set RF_MODE_IEEE_15_4 mode CC2650 work bad .
At last I export code from SmartRF 7 when CC2650 is work in RF_MODE_IEEE_15_4 ( set use smartRF) I find the the configuration is not the same to the example.
How can I do now.
If it is convenient for you , can you run the code (C:\ti\tirtos_cc13xx_cc26xx_2_21_01_08\examples\IAR\CC2650DK_7ID\rfPacketTx ) on your cc2650 and remember change the set from RF_MODE_PROPRIETARY_2_4 to RF_MODE_IEEE_15_4 (in this place
RF_Mode RF_prop =
{
.rfMode = RF_MODE_PROPRIETARY_2_4,
.cpePatchFxn = &rf_patch_cpe_genfsk,
.mcePatchFxn = &rf_patch_mce_genfsk,
.rfePatchFxn = &rf_patch_rfe_genfsk,
};
)
What do you mean "TX any type of packet?" I suppose you intend to send 802.15.4 packet and TIMAC is able to do it.
Since I don't know what your use case is and what you mean to send, you have to test to know it.
Can you give me a help to try the answer I want :
Run the code (C:\ti\tirtos_cc13xx_cc26xx_2_21_01_08\examples\IAR\CC2650DK_7ID\rfPacketTx ) on your cc2650 and remember change the set from RF_MODE_PROPRIETARY_2_4 to RF_MODE_IEEE_15_4 . CC2650 working normal or not .
I Want to know where is the problem . on my IDE ? or on example ? or on chip
I had try TI-MAC early today , maybe I can't use it quickly.
So help please~
To use TIMAC, please refer to the documentation and example projects.
Please refer to these related threads on IEEE mode for CC2630/CC2650:
- https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/636454
- https://e2e.ti.com/support/wireless-connectivity/other-wireless/f/667/t/801640