Hi,
I imported the CCS Projects below from the picture, with option copy into workspace. When I modify the simple_peripheral.c at simple_peripheral_cc2640r2lp_app_oad_onchip, the modifications are also made at simple_peripheral.c of simple_peripheral_cc2640r2lp_app_oad_offchip.
Example below, shown at the picture. I put //markel at simple_peripheral.c of simple_peripheral_cc2640r2lp_app_oad_onchip. I checked the simple_peripheral.c at simple_peripheral_cc2640r2lp_app_oad_offchip, and I can also see the //markel. What if I want to do different code modifications to both CCS Projects, every modification I do will apply to the other CCS Project code files. Isn't that inconvenient? I understand that the simple_peripheral.c is linked to both CCS Projects and it is good if you want to do both on-chip and off-chip implementation, just need to modify 1 code file. But, this situation is unusual for me, because I have been importing CCS Projects for other TI MCU's like Tiva MCU and I did not encounter this situation before.
simple_peripheral.c at simple_peripheral.c of simple_peripheral_cc2640r2lp_app_oad_onchip:
simple_peripheral.c at simple_peripheral_cc2640r2lp_app_oad_offchip:
-kel


