Tool/software:
Hi everyone,
I am trying to migrate from CCS 12.1.0 to CCS 20.1.1 but currently have two problems.
The first problem is that I am unable to flash and debug both CPUs at the same time, which was possible with CCS 12.1.0. For example, I tried the led_ex1_c28x_dual_blinky_cpu1
example project. I can flash both programs individually and it works, but not if I try to flash both together.
My launch.json
is configured as follows:
The second problem is that in our project we only write code in the CPU1 project and then link the folder for CPU2 (distinguished using the CPU1/CPU2 preprocessor symbols).
However, some libraries cannot be opened by CPU2. Is there a difference in the way linking works compared to CCS 12.1.0?