How to add preprocessor symbol in STM32Cube IDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-31 9:46 PM
#error "Define according the used Cortex core ARM_MATH_CM7, ARM_MATH_CM4, ARM_MATH_CM3, ARM_MATH_CM0PLUS or ARM_MATH_CM0"
Based from this Topic https://community.st.com/s/question/0D50X00009XkXPtSAN/need-help-in-dsp-library-for-keil-
The problem is solve by adding the preprocess symbol in Keil Uvision, What is the equivalent of this in STM32CubeIDE?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-02 10:32 PM
To add preprocessor symbol is...
- Right click on your project -> click Properties.
- Select C/C++ Build -> Settings -> Tool Settings tab -> MCU GCC Compiler -> Preprocessor.
- Click Add Button and input your symbol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-02 10:32 PM
To add preprocessor symbol is...
- Right click on your project -> click Properties.
- Select C/C++ Build -> Settings -> Tool Settings tab -> MCU GCC Compiler -> Preprocessor.
- Click Add Button and input your symbol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-31 11:10 AM
What is the best way to use these symbols in your code? I am having trouble with compiling my code when referencing symbols defined this way.
