Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Including the Cortex Microcontroller Software Interface Standard (CMSIS) Library in a PSoC® Creator™ Project - KBA90457

Including the Cortex Microcontroller Software Interface Standard (CMSIS) Library in a PSoC® Creator™ Project - KBA90457

Anonymous
Not applicable

Version: *A

Translation - Japanese: PSoC® Creator™ に CMSIS ライブラリをインクルードする - KBA90457 - Community Translated (JA)

Question:

How do you include the CMSIS library in a PSoC® Creator™ project?

Answer:

Here are the steps to follow to include the CMSIS library in your project:

  1. Copy the CMSIS library into your project’s directory.
  2. In Creator’s Workspace Explorer, right-click your project and select Build Settings > Compiler > General. In Additional Include Directories, add the path of the “include” folder of the CMSIS library, as shown in Figure 1.
  3. In the same window, add ARM_MATH_CM3 to Preprocessor Definitions, as shown in Figure 1. 

    Figure 1. Compiler Settings

     
  4. In the same window, please go to Linker > General and add Additional Libraries as m, as shown in Figure 2. Apply changes and close the window. 

    Figure 2. Linker Settings

     

  5. Right-click Source Files in Workspace Explorer, select Add > Existing Item, and add all the necessary source files that you are using. 

    Now, the project will build.

0 Likes
2120 Views
Contributors