Part Number: CC2652R
I am new to E2E and do not know if this is the right forum. Please let me know how to navigate to a more appropriate one if that is the case.
Hello, I recently began using CCS V20 coming from V12 and am having trouble finding out how I can set up a project for pure assembly development. I used to simply create an empty project and define the resetISR label in a .s file and when I went to compile, everything would work and debug properly. However, in V20 the only way that I can create a project seems to be importing an example C project from the resource explorer. Every example comes with some form of C code and is set up for C development. In order to make my .s files work, I need to manually configure the properties of my .s files and add the --language=ti-asm flag. This is very inconvenient for me, I liked it better when the environment by default supported pure assembly.