Skip to main content
HAPPYDAY
Associate II
June 3, 2021
Solved

The problem that CORE_CM4 Symbol is added but cannot be activated

  • June 3, 2021
  • 3 replies
  • 2714 views

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.

This topic has been closed for replies.
Best answer by Cartu38 OpenDev

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.

3 replies

HAPPYDAY
HAPPYDAYAuthor
Associate II
June 3, 2021

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

Olivier GALLIEN
Technical Moderator
June 3, 2021

Hi @HAPPYDAY​ 

Did you check it impact compilation or if it can just be a graphical artifacts of CubeIDE ?

Thx,

Olivier

Olivier GALLIEN 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.
HAPPYDAY
HAPPYDAYAuthor
Associate II
June 3, 2021

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.

Cartu38 OpenDev
Cartu38 OpenDevBest answer
Graduate II
June 3, 2021

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.

HAPPYDAY
HAPPYDAYAuthor
Associate II
June 4, 2021

Oh, I understand.

Thanks for the clear answer. It was helpful.