目前我有二个问题请教
我有使用 SensorTag CC2650 的电路做为基础改发自我的板子,但主要改变了为主IC换成了CC2640R2F,并将开发环境, SDK 都已设定安装成功,并可以编译除错,但当我要执行有些程式码时有遇到二个问题如下
1. 当执行如 delay_ms(100); 就会遇到如下错误
Cortex_M3_0: Can't Run Target CPU: (Error -2134 @ 0x0) Unable to control device execution state. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.27.9)
Cortex_M3_0: JTAG Communication Error: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.27.9)
2. 当执行 PIN_setOutputValue(hGpioPin,Board_MPU_POWER, Board_MPU_POWER_OFF); 后, 去量测电压只有 1.55V 应要为2.7V才对
请问以上问题可以告知如何去解决呢 谢谢
Alvin Chen:
你是否把CC2650程序烧录了到CC2640R2F,如果是这样是肯定不行的。
Lydia Lin:
回复 Alvin Chen:
您好,不是,我是用CC2640R2F 的 SDK 中的 C:\ti\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\sysbios\hello 的专案修改加入 SensorMpu9250.c/.h 的 code, 并已可以完成编译且可进入除错,但会遇到上所述问题,不知如何解或有不明白之处! 谢谢
Lydia Lin:
回复 Lydia Lin:
是否 ti 员工可以回答一下呢
da qin zheng sheng:
芯片的封装尺寸?
da qin zheng sheng:
芯片包括射频部分的各个电压正常不?板子可以正常连接仿真工具?
da qin zheng sheng:
是否使用低功耗模式?
Lydia Lin:
回复 da qin zheng sheng:
Hi 大秦正声,
1. 用的是 vqfn 48
2. 正常 vdds 为 3.0V, 仿真可以正常使用
3. 可否可以告知如何知是在低功耗模式?谢谢
Alvin Chen:
回复 Lydia Lin:
你要看你的是否为PIN to PIN,个人建议你直接使用CC2640r2f的I2Cdemo 然后再去移植MPU9050.
Lydia Lin:
回复 Alvin Chen:
HiAlvin,
我找过 simplelink_cc2640r2_sdk_2_20_00_49 中所以范例都没有 i2cdemo 请问哪里有呢
Alvin Chen:
回复 Lydia Lin:
C:\TI\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\drivers\i2ctmp007