This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634-Q1: Compile the project without AM2634 SDK

Part Number: AM2634-Q1
Other Parts Discussed in Thread: AM2634

Tool/software:

Dear Team,

I have 2 questions can you please have a look and guide me

1.) I created a new project on CCS and i don't want to use SDK, so please you can guide me how to use .s (Microcontroller specific assembly files)file how to include or compile because it's giving me a warning

"AM2634: Clang warning : call to function without interrupt attribute could clobber interruptee's VFP registers"

Please Suggest me.

2.) And also i individually compile all the source file in my project in release configuration but i want to compile this is debug configuration also i am getting error compiling

  • Hi Rising star,

    1. In your application, you can directly create a new ".s" file, while creating, it gives an option if you want to include it in your build. If you don't want to use any SDK, remove the SDK as a product from the properties of the project. When compiling microcontroller specific files, you might need to reference some variables/ function names from other files or drivers in the SDK right? So im a bit unsure on why you want to bypass the SDK but use a microcontroller specific assembly file.

    2. Can you share the steps you used to change the active configuration for build from release to debug? And also a screenshot of the debug compilation errors you observe,

    Regards,
    Shaunak