STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Understanding external clock configurations

For my CubeMX application on the STM32F091RC we are trying to setup an active external clock source. We do this by selection 'BYPASS Clock Source' for 'High Speed Clock (HSE) Mode', correct?Seems confusingly simple, I wanted to ask here before resear...

Justin1 by Senior
  • 354 Views
  • 1 replies
  • 0 kudos

Resolved! RCC Mode Definitions

I could not find direct definition for the RCC mode options in CubeMX, are these correct?RCC Mode Options:'Disable' - External oscillator disconnected'BYPASS Clock Source' -  External active clock source'Crystal/Ceramic Resonator' -  External passive...

Justin1 by Senior
  • 599 Views
  • 2 replies
  • 0 kudos

Problems with SMT32F427ZTGx and USB HID

Hello.I´m using a SMT32F427ZTGx. I have generated the code with CubeMX and compiled it with Keil 5.USB communications from the PC to the board work correctly but vice versa no. Some of the messages from the board to the PC are lost. Using a port sni...

SAlva.17 by Associate
  • 239 Views
  • 0 replies
  • 0 kudos

Problem with SPI Master / Slave Communication

We have a new board with seven STM32H743 onboard. One is used as SPI-master, the other 6 are SPI-slaves. Clock speed is set to 25MHz. When communicating to the slaves, 3 of them return wrong data after a few seconds. The initialisation code for the S...

GS1 by Senior III
  • 494 Views
  • 4 replies
  • 0 kudos

STM32F030K6 LL Driver - Missing Line

Hi,I am using version 1.9.0 of the STM32F0 package in cube.I have chosen DMA1CH4 for USART1TX and the following line was autogenerated as expected: LL_SYSCFG_SetRemapDMA_USART(LL_SYSCFG_USART1TX_RMP_DMA1CH4);However, the following line is missing: ...

STM32F042: UART application using CubeMX not working

Anyone Helps me!Anyone please show the basic USART's tx/rx code. Or check my CubeMX Project File.HAL's USART won't work.it code is generate from STM32Cube.There is two USART, one(huart2) everytime send data to STM, another(huart1) everytime wait comm...

ssako by Associate II
  • 1511 Views
  • 9 replies
  • 0 kudos