Dear TI,
I have managed to activate ROV in SDK (8.1.0.7) example.
Now I would like to activate it in our project where SDK is embedded in our repository (i.e. it is not in the "official" path).
I could solve it by specifying full path of FreeRTOS.rov.js in syscfg_c.rov.xs file like this:
/home/user_name/local_project_directory/modules/mcu_plus_sdk/TI_sdk/mcu_plus_sdk_am64x/source/kernel/freertos/rov/FreeRTOS.rov.js
I am looking for a common solution for all team members. Is there any chance to specify the path without /home/user_name ?
Which is the start directory when CCS processes syscfg_c?
Regards, Kalman