Simplelink Academy 1.50
TI-RTOS
CCS ver 8.0.0
For our project we have a reserved a section in the FLASH memory and we have modified the default cc26xx_app.cmd to achieve that and it works fine for us. We would like to be able to track these linker changes on pushing our code. Do you have any suggestions on what would be the best way to do that?
1) Would it be a good idea to create a new .cmd file and use that instead of modifying the default file. If so, could you provide some guidance on how to add the new linker file and have it replace the default one. Also, how to track the new file because it seems like the cmd file needs to be 'Excluded from Build' for a successful build.
2) We are also considering making a copy of the SDK as a part of our project and change the SDK path variables to point to the new location so any changes made to the linker files would automatically be tracked. However I am having some issues when I try to change the path for the SDK. It automatically changes back to C:\ti\simplelink.. Do you have any recommendations on this?
Thanks,
Nikhil