Other Parts Discussed in Thread: CC2652RB, CC1352P7
您好,我目前有一份CC2652RB的代码,想要将其移植至CC2652P7芯片上,想问下需要进行哪些操作
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.
您好,
感谢您的提问。根据现有的材料,我们这边建议您分两步进行操作。从CC2652RB->CC26x2R1,CC26x2R1->CC2652P7
Developers are strongly encouraged to import a project which contains the correct settings for their target device and port the stack application accordingly. Example projects can be found from the following location:
<SDK_DIR>\examples\rtos\<LaunchPad variant>\<stack>\<application>\tirtos\<ccs/iar>
这就需要您打开一个新的CC2652P7的示例,再将您老的程序一部分一部分移植过去。希望可以帮助到您。
您好,
您需要导入 LP-CC1352P7-4 项目作为基础项目,并按照如下链接介绍迁移更改应用程序更改。software-on-cc13x2x7-26x2x7.html
"The CC13x2x7 or CC26x2x7 is pin compatible with, and functionally identical to, their respective CC13x2x1 or CC26x2x1 devices but with an additional 352 kB of flash memory and extra 64 kB of RAM. However, it is not currently possible to use the Hardware View tool to change the device types of projects using CC13x2x1 or CC26x2x1 to CC13x2x7 or CC26x2x7. Developers are strongly encouraged to import a project which contains the correct settings for their target device and port the stack application accordingly. Example projects can be found from the following location:
<SDK_DIR>\examples\rtos\<LaunchPad variant>\<stack>\<application>\tirtos\<ccs/iar>"
您好,您提供的链接中是这么描述的,但是SDK的目录中不包含CC2652P7的示例程序,没有包含CC2652P7设备正确设置的项目,上面这段话又表示不能直接通过CC1352P7的例程在硬件视图工具中更改器件类型。
综上我想请问移植具体应该如何进行,以LP-CC1352P7-4作为基础项目将CC2652RB的文件逐个移入后还需进行什么操作才能将软件适用于CC2652P7中
您好,
我这边在咨询相关专家后,专家建议如此操作:
因为他们的应用层相同,正如您所说,以LP-CC1352P7-4作为基础项目将CC2652RB的文件逐个移入即可。
LP_CC1352P7_4项目可以直接在CC2652P7设备上使用。