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 ...

Strange line (bug?) in LL_TIM_BDTR_Init()

Lines 792..793 in stm32h7xx_ll_tim.c: MODIFY_REG(tmpbdtr, TIM_BDTR_AOE, TIM_BDTRInitStruct->AutomaticOutput); MODIFY_REG(tmpbdtr, TIM_BDTR_MOE, TIM_BDTRInitStruct->AutomaticOutput);That second line looks odd as TIM_BDTRInitStruct->AutomaticOutput ...

mkm_ctv by Associate II
  • 718 Views
  • 3 replies
  • 0 kudos

Bug in resolution setting when using LL for ADC3

As indicated in community.st.com/s/question/0D53W00000zoHteSAE/h7cubemx-critical-bugs-with-ll-and-adc3 there seems to have been a bug where the resolution wasn't correctly set when working with ADC3.As of today, the conversion seems to instead be mad...

mkm_ctv by Associate II
  • 1079 Views
  • 8 replies
  • 1 kudos

Resolved! Where can I measure 25 megahertz intended for HSE?

STM32F407 Discoveryen.MB997-F407VGT6-C01_Schematic.pdfHSE quartz 8 megahertz.How are 4-26 MHz generated for HSE?With an oscilloscope, I see only 8 megahertz on X2 quartz.Where are those 25 megahertz that are listed as input for HSE?In the documentati...

_legacyfs_online_stmicro_images_0693W00000biD0jQAE.png
MMust.5 by Senior II
  • 461 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F777ZIT FreeRTOS with Ethernet is not working.

Hello,We are struggling with the configuration of LwIP for my STM board over FreeRTOS.We have our own designed board with STM32F777ZIT controller.Ethernet and LWIP is working as expected as we used without FreeRTOS middleware but we are not able to i...

SKale1 by Associate II
  • 2044 Views
  • 4 replies
  • 0 kudos

Resolved! UART only receive one byte

I'm trying to receive more than 1 byte but it receive only 1 byte. Poll method or IT, it doesn't matter. Always receives 1 byte and writes it in rx_buffer[0]. When I search it I found out the reason is timeout, I increase timeout 1000 from 100ms but ...

MÇETİ.1 by Associate III
  • 5600 Views
  • 13 replies
  • 0 kudos

Resolved! HAL_I2C_Transmit returns HAL_BUSY.

I am trying to write a code so that I measure temperature and humidity via HTU21D sensor. It uses I2C interface. In the datasheet:The HTU21D(F) sensor requires a voltage supply between 1.5V and 3.6V. After power up, the device needs at most 15ms whil...