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.

MSPM0L1306: Keil Compilation Settings Issue

Part Number: MSPM0L1306

Hi everyone,

Our code optimization defaults to - O2.

Does driverlib. a have a compilation project for keil?

After I use the compilation parameters of o0, the program will run into an exception interrupt.

Is deiverlib. a compiled with O2?

Do I have a method to compile devoirlib a? Alternatively, directly call the. c file.

Thank you.

  • Hello Bo,

    We have support for Keil for our SDK and examples of DriverLib projects in the SDK as well. There are no known issues of utilizing different optimization levels in Keil and all should be supported. I would suggest making sure all steps are followed into MSPM0 + Keil quick start guide located within your mysecureSW repository to ensure proper installation. I would then suggest starting from one of the code examples for your project. 

  • Hi TI_Guru,

    Thanks

    Libo