Tool/software: Code Composer Studio
I'm trying to understand this particular example code (ble5_simple_peripheral_oad_offchip). For some reason, almost all the files in this example (when importing to ccs from resource explorer) are linked to the SDK folder. Its kind of frustrating since any changes I make to the files permanently alter the originals and I cant just delete and reimport like the other examples.
Is there some logic behind linking the files in the example as opposed to copying them like almost all the other examples?
When I try and copy the files individually and remove the link, it creates all kinds of havoc in the linker. I'm hoping this example was just released prematurely?