Skip to main content
Associate III
June 19, 2025
Question

Assistance Required with Clock Function Generation in CubeIDE

  • June 19, 2025
  • 2 replies
  • 484 views

Dear Sir/Madam,

 

We are currently using CubeMX version 6.1.4 alongside CubeIDE version 1.18.1 to generate code for the M33 microcontroller. However, we have encountered an issue where the clock configuration functions are not being generated as part of the code.

We kindly request your guidance on resolving this matter. Please let us know if further details are required.

Thank you for your assistance.

Best regards

2 replies

ST Employee
September 3, 2025

I believe you are working on the STM32MP25, where Linux runs on the A35 core and applications run on the M33 core. The A35 configures all the clocks, and it is not possible to configure them from the M33 side.

AksAuthor
Associate III
November 21, 2025

Hello @upadhyas 

 

Thank you for the reply and I apologize for the delay.

As you indicated, configuring the clocks from the M33 side is not feasible. Could you please confirm whether it is possible to debug the M33 core using STM32CubeIDE? If it is supported, kindly provide the necessary configuration details.

Thank you for your assistance.

Best regards

Akshitha Pattem

ST Employee
December 4, 2025

Hello @Aks ,

Yes, you can debug the M33 through a hot attach. First, you need to import the project from STM32CubeIDE, then build the code using the 'Debug' option (see the screenshot below). I am I am using the example of DMA_LinkedList_CM33_NonSecure.

upadhyas_0-1764831677243.png

 

After that, open the debug configuration, and you will be able to debug (see the screenshot below).

upadhyas_1-1764831759146.jpegupadhyas_2-1764831770933.pngupadhyas_3-1764831778285.png

 

Thanks,

Shalini