STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Help with HRTIM UPDATE GATING

I have the problem, that the following code does not update the registers.// The update events, as mentioned below, can be: MSTU, TFU, TEU, TDU, TCU, TBU, TAU, TxRSTU,TxREPU LL_HRTIM_TIM_SetUpdateGating(HRTIM1, LL_HRTIM_TIMER_E, LL_HRTIM_UPDATEGATING...

MHeid.1 by Associate
  • 743 Views
  • 1 replies
  • 0 kudos

Resolved! Using STM32CubeMX 6.0.1 with STM32429I-EVAL board. Want to configure FreeRTOS (CMSIS_v2 API) with MPU support - but MPU is greyed out...

But there's an example project behind the scenes showing how to enable MPU (STM32CubeF4\Projects\STM324x9I_EVAL\Applications\FreeRTOS\FreeRTOS_MPU).I would really like to use STM32CubeMx to configure the project - but it looks to me like its not poss...

Torben1 by Associate II
  • 742 Views
  • 1 replies
  • 0 kudos

Resolved! I can't add DMA to SDMMC

Hello!I have last version of CubeMXI try to add DMA to SDMMC1but I can't see "DMA" option sheet. How can I add DMA?

0693W000003QrZmQAK.png
EEuge by Senior
  • 906 Views
  • 3 replies
  • 1 kudos

Resolved! Flash latency on STM32G4 with CubeMX and FW 1.3.0

Hello,I got a problem with the flash latency setting when starting a project with a STM32G4 series MCU and the newest version of CubeMX (6.0.1) and the Firmware package V1.3.0.The MCU series reference manual (RM0440, table 9) says that 8 WaitStates a...

Eddy1 by Associate
  • 1801 Views
  • 2 replies
  • 0 kudos

combined reset and trigger mode

I want to use the combined reset and trigger mode as a slave mode for timer configuration, but I cannot find this option in stm32CubeIDE, however this mode exists in stm32 MXThanks

chaida13 by Associate II
  • 1535 Views
  • 4 replies
  • 0 kudos

Resolved! How to use STM32 expansion packages??

Hi,I downloaded the some expansion packages from following link:https://www.st.com/en/embedded-software/stm32cube-expansion-packages.html#products and tried to install using STM32CubeMX but i get error... screenshot attached.... Shri

0693W000004HSMjQAO.png
SBS.1 by Associate
  • 626 Views
  • 1 replies
  • 0 kudos

Resolved! HSE bypass not working on Nucleo-F334R8

Here is a noodlescratcher for you all.Take a nucleo-334R8 board. Start a new project with CubeMx. Set it up to be HSE bypass, into the PLL with x9. Just to make it a bit more fun, set the bypassed clocksource to be 7 mhz. Add the MCO and divide it do...

marbel by Associate II
  • 1078 Views
  • 5 replies
  • 0 kudos

Resolved! I'm using a STM32F746-Discovery kit and the development is being done on a linux PC using Trustudio 9.3.0. Watchdog is going off and I can't connect to reprogram

As mentioned above I can't connect as the watchdog is continuously going off. I used the STM32CubeMx to enable the IWDG and it created the s/w load which enables the IWDG but doesn't refresh it. I know how to fix it in the s/w but my debugger under T...