STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

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
  • 693 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
  • 3159 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
  • 1958 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
  • 949 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
  • 868 Views
  • 4 replies
  • 0 kudos

PLC01A1 Example Code for Nucelo-F401RE

Hello ST community, I recently bought a PLC01A1 expansion PLC board for my NUCLEO-F401RE and I am having trouble compiling the example code provided on the PLC01A1 website. After carefully integrating the code in STM32CubeIDE, I was prompted with the...

HMina.1 by Associate II
  • 885 Views
  • 4 replies
  • 0 kudos

Resolved! How to disable USB Mass storage at runtime.

I to all,I have a project where an STM32F013RTC use an SD card.At run time the SD is share with FAT_FS or it is used as USB mass storage device, but not at the same time.I need to disable USB module.The configuration is made from CubeMX, so I have th...

ABatt.1 by Senior
  • 1248 Views
  • 3 replies
  • 0 kudos