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

stm32h750 and lan8720

hi i have a custom pcb with lan8720 chip on it and i can't access or ping it also cubeMX doesnt support lan8720 it only support 8742 please help i'm using cubeIDE and cubeMX

bakhti by Associate II
  • 538 Views
  • 0 replies
  • 0 kudos

Resolved! Is there mistake in datasheet?

My fellow student says TIM12 has 2 channels and PH9 is configured for TIM12 channel 2 as per the below datasheet.https://www.st.com/resource/en/datasheet/stm32h743vi.pdfNow I argue that the tim12 channel 2 is configured to PB15.And he stupidly config...

0693W00000KZyjpQAD.png
Vmere.1 by Senior
  • 760 Views
  • 3 replies
  • 0 kudos

I have no console output for UART; I am using STM32F429ZI dev-kit CubeMX and STM32CubeIDE The codes compiles and I can see the light blinking but when I connect to Serial terminal with PuttY, I observe no console output. What am I missing ?

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...

0693W00000KaRmOQAV.png
DPatr.2 by Associate III
  • 3437 Views
  • 10 replies
  • 0 kudos

Resolved! SPI + DMA only transmitting half of total bytes sent?

I am trying to setup SPI communication via DMA on the STM32L4S9AII6 MCU. It seems to be half working as you see in the image "SPI Bug". In this test I am sending a string of 6 bytes. As you can see, only the first half make it out of the MCU alive, b...

MFolk.1 by Senior
  • 2220 Views
  • 6 replies
  • 0 kudos

I have a problem with USB working properly - USB CDC (Virtual Com Port) with CubeMX HAL. After disconnecting the USB cable and connecting again operation system outputs a message "unknown device with code 29".

Hello.I have a problem with USB working properly - USB CDC (Virtual Com Port) with CubeMX HAL after disconnecting the USB cable and connecting again.For the test I created a project similar to the one presented here - https://www.youtube.com/watch?v=...

Initiate 2nd ADC Watchdog Help

I have two ADC channels that l am trying to configure to have their own ADC watchdog. Experimenting with the threshold values l can get the first watchdog to fire on each channel and it calls HAL_ADC_LevelOutOfWindowCallback() as needed. The second A...

DWill.4 by Associate II
  • 1040 Views
  • 2 replies
  • 0 kudos

stm32cubeide won't let me select DMA1 with ADC periphereal

When adding a new DMA request to the ADC1 periphereal the only stream options available are DMA2 stream 0 and DMA2 stream 4. As I don't have any other DMA request enable I would expect to be able to select any stream from any DMA periphereal. Why is ...

0693W00000KZeSjQAL.png
Vde P.1 by Associate II
  • 945 Views
  • 4 replies
  • 0 kudos