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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

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
  • 2669 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
  • 7852 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...

Resolved! Configuration of SDMMC peripheral in CubeMX

I am trying to connect to the WFM200 wifi module over SDIO. I am using the SDMM peripheral library/code for this.However, in the selection in CubeMX there is only the options for SD and MMC but no SDIO.Which option should I choose for using SDIO with...

0693W00000aITSEQA4.png
Hueli.1 by Associate III
  • 1249 Views
  • 2 replies
  • 1 kudos

STM32H7/F7 FMC Chip Selects

Hello,I'm looking for an MCU from the STM32H7/F7 lines that has the highest number of Chip Selects for the FMC bus. The highest CS count I've seen so far is the STM32H743:Is this the maximum 

_legacyfs_online_stmicro_images_0693W00000bhtcxQAA.png
skon.1 by Senior
  • 1044 Views
  • 2 replies
  • 0 kudos

Resolved! stm32ide 1.12.0 update and SystemClock_Config() Lockup

STM32L476ZGT3 processorSTM32IDE 1.12.0STM32MX 6.8.0Once I updated the IDE, the system locks on the LL_PWR_IsActiveFlag_VOS() under the stm32l4xx_II_pwr.h file (Through the SystemClock_Config() section).I updated the file location by creating a new pr...

JDFletch by Associate
  • 865 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 Bug in CAN clock management

I work on a project with STM32F767ZI that uses 3 CAN buses and require them to be turned ON and OFF at specific times to save power.However, code generated by STM32CubeFW_F7 V1.16.1 (latest version at the time of posting) generates questionable(or ev...