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

How to set up SPI? STM32h743ZI

I'm still beginner to programming STM32. I haven't been able to configure SPI for two weeks and don't understand what I am doing wrong. I dug up all the forums looking for an answer, but nothing helped to solve my problem. I checked the MOSI and SCK ...

VVlas.1 by Associate II
  • 1765 Views
  • 6 replies
  • 0 kudos

I am using STM32F779I-EVAL board.In this board UART, CAN is working fine. but the ethernet is not woring . I have configured lwip and wants to ping board from PC. but " destination host unreachable " message i am getting.

I have configured the board as mentioned below and written code in STM32CUBEIDE 1.4. PC IP ADRRESS : 192.168.0.14stm board ip : 192.168.0.10subnet mask : 255.255.255.0Default Gateway : 192.168.0.1and used a direct cross ethernet cable. if anyone know...

Rkant.1 by Associate
  • 639 Views
  • 0 replies
  • 0 kudos

STM32CubeMX STM32H7 Ethernet MAC Initialization is Broken

STM32Cube MX Version 6.1.1, STM32Cube MCU Package for STM32H7 Series V1.8.0eth.c is generated with the following code. It sets the MAC address assuming it is an array of bytes./* ETH init function */ void MX_ETH_Init(void) {   heth.Instance = ETH;...

ADunc.1 by Senior
  • 1063 Views
  • 0 replies
  • 2 kudos

CubeMX is replacing FatFS's ff.h

According to this pull request, FatFS with DMA doesn't work on H7/F7 if cache is enabled.For this, two members in structs (in FatFS) needs to be aligned (even, when I have _MAX_SS as number dividable by 32) to FatFS work (check PR). But, the CubeMX e...

Resolved! I can't find the PULL UP menu in STM32CubeMx. (to use i2c1)

Hi AllI have simple question about STM32CubMX.I use the STM32F103RBT and test the i2c with eeprom.When I set the pin for i2c, I should change the GPIO Pull-up/Pull-down in STM32FCubMx.But This menu is not in STM32FCubMX.I don't connect external pull ...

0693W000007ERMPQA4.png
dKim.1 by Associate II
  • 2978 Views
  • 2 replies
  • 0 kudos