Other Parts Discussed in Thread: CC2642R, CC2652R, SYSCONFIG
Hi,
I`d be grateful if someone could help me.
I'm interested in if there is a version of simple serial socket server example for the CC2652RB?
Or can I use the one of CC26X2R1_LAUNCHXL?
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.
Hi,
I`d be grateful if someone could help me.
I'm interested in if there is a version of simple serial socket server example for the CC2652RB?
Or can I use the one of CC26X2R1_LAUNCHXL?
Hi,
Thank you for reaching out.
Code built for CC2642R/CC2652R canNOT be executed on CC2652RB.
I recommend to port the example to the CC2652RB.
You can check whether SysConfig can be used to perform this migration - might not be possible depending how the project is configured (see here)
Alternatively, you can port the example, starting from the simple_peripheral example. Such migration should be pretty low effort as at the application level no change is expected.
I hope this will help,
Bets regards,
Thank you Clément! I managed to port it for CC2652RB in the alternative way with the simple_peripheral example.