STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

Resolved! Configure PINs of the STM32L082KZ / number of USART ports. When configuring the USART CubeMX states for USART4 "Status: partly disabled conflict with: USART1). What does it mean?

I am not able to find details what the restrictions are and what is disabled. When simply looking at the allocation Table it should work. Below my desired configuration: SWDIO (PA13)SWCLK (PA14)LPUART (PA2 / PA3)USART1 (PB6 / PB7)USART4 (PA0 / PA1)US...

Resolved! Bootloader and main application similar to IAP not working

Hi, I have my own bootloader application similar to the IAP example provided by ST that runs and determines which of 2 main applications to run then launches the application. The bootloader is working fine and the main application is working fine but...

DBurr by Senior
  • 519 Views
  • 7 replies
  • 0 kudos

STM32H743XIH6U lwip only example code for custom PCB.

I have a custom PCB that has the STM32H7 (ball grid array) on it and I have created a program using STM32cube. I have used the STM32H743I-EVAL2 board with there example programs and successfully tested the lwip with that board. But when switching ove...

A bug in the latest version of STMCubeMX (5.6.1)

Greetings.I have been using STMCubeMX for SMTF7 processors for quite a while. The function void SystemInit(void) from the file system_stm32f7xx.c generated by older versions of STMCubeMX used to contain the following code:void SystemInit(void) { /*...

KR1 by Associate III
  • 589 Views
  • 9 replies
  • 0 kudos

Resolved! Change Period of a timer dynamically

I am experimenting with timers... I have a list of time values that I want to use to replay a digital signal.What I try to do is to wait for the interrupt of the base timer, then set a new period value, then wait for the next interrupt.But it seems I...

SSchu.4 by Associate II
  • 9093 Views
  • 10 replies
  • 0 kudos