The problem that CORE_CM4 Symbol is added but cannot be activated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-02 8:06 PM
When you create a project, CORE_CM4 symbol is added to properties by default.
However, if you look at stm32mp1xx_hal_rcc.h, the CORE_CM4 area is still disabled. Is it a bug? Can I ignore it and use it? Or please tell me how to solve it.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-03 7:11 AM
Most probably same as: Issue with STM32CubeIDE file indexing on Dual Core STM32H7 Project.
If so, not a bug, not an issue, just a combination of common file indexing process and project structure choices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-03 1:03 AM
Related information is below.
IDE: STM32CubeIDE 1.6.1
Board : STM32MP157C-DK2
Image: Distribution Package (openstlinux-5.10-dunfell-mp1-21-03-31)
Firmware Package Version : STM32Cube FW_MP1 V1.4.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-03 1:17 AM
Hi @HAPPYDAY​
Did you check it impact compilation or if it can just be a graphical artifacts of CubeIDE ?
Thx,
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-03 1:33 AM
Hi. Olivier GALLIEN
​
Doesn't seem to affect compilation (no error).
Then there should be no CubeIDE graphical artifacts, which is strange. please check.
Thank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-03 7:11 AM
Most probably same as: Issue with STM32CubeIDE file indexing on Dual Core STM32H7 Project.
If so, not a bug, not an issue, just a combination of common file indexing process and project structure choices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-04 12:41 AM
Oh, I understand.
Thanks for the clear answer. It was helpful.
