Tool/software: Code Composer Studio
Hello,
I am using Vision SDK 2.10 on Linux OS. I am using vision SDK for TDA 2xx EVM. I want to debug a usecase which has following core's -
DSP, EVE and A15.
By compiling I am able to generate following binaries for DSP and EVE -
vision_sdk_c66xdsp_1_release.xe66 and vision_sdk_arp32_1_release.xearp32F.
But for A15. Iam not able to generate any such binary required for debugging.
My rules.make configuration is -
BUILD_OS := Linux
PROFILE = debug
A15_TARGET_OS := Linux
Is it possible to debug on A15 using CCS. If yes, what's the procedure. If not, then I want to by pass A15, so is this possible?
Thanks,
Poonam