STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Data transmission and reception using UART

Hi,I am attempting bare-metal programming for UART data transmission and reception on the STM32L476RG microcontroller. After transmitting data, observed that the debug terminal is only receiving NULL characters. Please help. Here is the code: void Sy...

Resolved! NOT able to write one byte in internal flash memory

in stm32h7431---->  Im trying to write only one byte in this address 0x8100000 . but it is writing 32 bytes in the memory . so why  not support to  write only one byte in internal flash memory.2----->  And im trying to start writing  some data from t...

saikumar by Associate III
  • 446 Views
  • 1 replies
  • 1 kudos

LwIP + FreeRTOS not working on STM32F746

Hello folks!I have a STM32F746 MCU on my custom board and I'm trying to get the LwIP + FreeRTOS stack to work, especially the netconn tcp_echo_server example. It's not a hardware related problem, because the same HW has been used on another board (ST...

RCont.1 by Associate II
  • 1793 Views
  • 11 replies
  • 0 kudos

Resolved! Problem in ADC2 and ADC3

Hello,I'm having trouble with ADC2 and ADC3 on my NUCLEO-L010RB board. I've utilized all 16 ADCs on the microcontroller, and the code is functioning correctly except for these two ADCs. I am using LPUART.In this image, I obtained a reading of 40 from...

Minaihab_0-1714567082268.jpeg Minaihab_1-1714568157369.png
Minaihab by Associate III
  • 1343 Views
  • 7 replies
  • 0 kudos

Multi ADC Block

Hi everyone, I am wondering about multi ADC blocks(ADC1, ADC2).I don't give you a delay at the moment.When they start, must i give some delay to them?If so, how long must i give some delay?ex)HAL_ADC_Start_IT(&hadc1);Delay_us(2);HAL_ADC_Start_IT(&had...

giwonKIM by Associate III
  • 232 Views
  • 0 replies
  • 0 kudos