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

Does STM32F723VC has a built in USB HS Phy?

USB HS PHY is quite confusing and i am not able to find out if i can use STM32F723VC (LQFP100) staight from the chip as a USB HS Device. Documentation says: "an USB OTG full-speed and a USB OTG high-speed with full-speed capability (with the ULPI onl...

nico by Associate II
  • 1043 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 & CubeMX LWIP change IP

Hi, I use LWIP to establish a connection, We want to change the IP address, how can I update IP? tcpip_init( NULL, NULL );   /* IP addresses initialization without DHCP (IPv4) */ IP4_ADDR(&ipaddr, IP_ADDRESS[0], IP_ADDRESS[1], IP_ADDRESS[2], IP_A...

YiKai by Associate II
  • 1180 Views
  • 2 replies
  • 0 kudos

Resolved! After Stm32CubeIDE refresh I cannot save my IoC

Today I started my Stm32CubeIDE and I tried to create a new project. It refreshed itself, and after that I couldn't save ioc, and I couldn't switch to another .h or .c files. I had to kick out this application by task manager. I use Debian Linux & Ja...

ZZida.1 by Associate II
  • 1072 Views
  • 2 replies
  • 0 kudos

Interesting http iap in STM32CubeMX

STM32F4x7 in-application programming (IAP) over Ethernet based on LwIP TCP/IP stack (AN3968), it is possible to realize this with stm32cubemx. Maybe there are manuals like this done through STM32CubeMX?

MJere.1 by Associate
  • 703 Views
  • 2 replies
  • 0 kudos

I can't receive from uart3 and up on STM32F730R8

I want to use circular DMA to receive data of unknown length on 4 uarts of STM32F730R8, but I receive data just on first two of them. Transmission works and I use HAL library. Code is generated by MX configuration tool and all uarts are configured id...

AKapl by Associate
  • 537 Views
  • 1 replies
  • 0 kudos

STM32 HAL FDCAN

Hello,Is it possibile to add four or more filters ? thanks in advance

FBern.2 by Associate II
  • 1274 Views
  • 5 replies
  • 0 kudos

Resolved! How to fix STM32CubeMX ver 6.0.1 on Linux Mint from throwing an exception when trying to create a new project?

I have started from the command line so I can see errors. It starts up ok but when I try to create a new project using "ACCESS TO MCU SELECTOR" it throws the error:Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: com.st.microxplor...