STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Stm32-nucleo-f401re-1.44-inch-oled-st7735

I try to drive ST7735 oled display with nucleo board. I worked with a ready-made example I found on the internet, but I could not print anything to the screen. When I compile my code, I don't get any errors and my screen is getting power. Is there a ...

0693W00000NriycQAB.png
Mboyr.1 by Associate
  • 375 Views
  • 0 replies
  • 0 kudos

ADC do not work with 1.10 after migration.

The clock "to ADC (MHz)" is grey in clock configuration. Don't see prescaler field in configuration. Plus it remove PLL **** configuration in main.c. /* Configure the system clock */ SystemClock_Config();   //****** This below have been remove fro...

GerHebert by Associate II
  • 1045 Views
  • 9 replies
  • 0 kudos

STM32L4R9 HAL_TIMEOUT in HAL_RCC_OscConfig

Hello, At code start-up, the function HAL_RCC_OscConfig return error HAL_TIMEOUT. I configured code with STM32CubeIDE. I am attaching clock configuration and code. Error is not repeatable, so it does not happen any time. Does anyone have an idea on h...

0693W00000Nre2jQAB.png
lukin by Associate III
  • 939 Views
  • 4 replies
  • 0 kudos

Resolved! Error on MMC_PowerON() on STM32H7. Why?

I have SDMMC1 configured for my H7 as follows: The card is inserted. I call generated init, and set debug to the HAL_MMC_InitCard of stm32h7xx_hal_mmc.c file, line:/* Identify card operating voltage */ errorstate = MMC_PowerON(hmmc); if (errorsta...

0693W00000NrcaKQAR.png 0693W00000NrcZCQAZ.png 0693W00000NrcZRQAZ.png
HTD by Senior III
  • 556 Views
  • 1 replies
  • 0 kudos

Resolved! UART reconnection issue

Hello!I'm receving data in UART rx, using DMA and ring buffer with idle detection, but when I disconnect and reconnect the cable in Rx the communication stops and my buffer fills up with '\0'. So, I need to resume the UART communication, how can I do...

0693W00000NrXpyQAF.png
SGonz.2 by Associate II
  • 577 Views
  • 5 replies
  • 0 kudos

i was trying interrupt on PA0 and PB5 pins on stm32f103c8 board(with cubemx generated code),but when triggered square wave impulse on B5 the along with ISR of EXTI9_5_IRQHandler the isr of A0 also getting executed EXTI0_IRQHandler.

.No jumper wires are involved direct probe connection from signal generator is used(siganls are generating fine cross verified with oscilloscope).Tried checking up with oscilloscope on A0 pin,while giving trigger wave to B5,no changes are seen on A0 ...

Sjose.2 by Associate II
  • 487 Views
  • 1 replies
  • 0 kudos

Cant open ioc file anymore - Invalid Input: Must be project's active .ioc file. Project's 'mipcontrol' active one is 'mipcontrol.ioc' file

Hello,i can't no longer open my ioc file. In my case its name is MIPControl. My projectname is mipcontrol. I know to change the name of the problem should fix it. But in my .project file the name is already set to MIPControl. When i rightclick on my ...