Hi,
I can't start the ROV function in CCS12, the prompt message is as follows:
However, the ROV functions normally in CCS10. What should I do?
Thanks.
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 ki,
I use dmm_zc_switch_remote_display_app_CC1352P_2_LAUNCHXL_tirtos7_ticlang and simple_peripheral_CC1352P_2_LAUNCHXL_tirtos7_ticlang projects .
In the Code Composer Studio->Products->RTSC category, I configured it as follows, but it says "ti.bios.rov.recap" cannot be found:
In CCS10 I use the project in SDK 5.20 and the ROV function is normal. These two projects appear to be configured by default.
Thanks.
In CCS10 I use the project in SDK 5.20 and the ROV function is normal. These two projects appear to be configured by default.
Are you using the same exact project (using the same SDK version) between CCS 10 (works) and CCS 12 (does not work)?
Hi Ki,
I imported the DMM project in the simplelink_cc13x2_26x2_sdk_5_20_00_52 to CCS10 and CCS12, the ROV function works.
I imported the DMM project in the simplelink_cc13xx_cc26xx_sdk_6_40_00_13 to CCS10 and CCS12, it's not works.
It seems to be an issue with the project in SDK 6.40, how can I confirm that the project is configured correctly?
Thanks.
It seems to be an issue with the project in SDK 6.40, how can I confirm that the project is configured correctly?
Thanks for confirming. I'll bring this thread to the attention of the device experts.
ki
Hi Howjie,
The difference between SimpleLink SDK v5.20 and v6.40 is that TI-RTOS 7 and TI-CLANG is used instead of TI-RTOS and legacy TI Compiler. You can read more about this on this E2E post and in the Migration Guide. You should not experience any difficulty while using the Runtime Object View mode instead of the ROV Classic, I have verified this with both of the examples you've mentioned. TI-RTOS Modules can be enabled/configured through the SysConfig editor -> TI RTOS settings or by manually editing the source *.syscfg file in a text editor.
Regards,
Ryan