STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

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

Under linux ubuntu 22.04: Cycling between IDE and CubeMX. When I start the CubeMX from the IDE (via the .ioc file) and change anything in the MX / save it; it trashes the whole project. (Include paths) This works OK in windows, so this is a BUG.

Additionally, all my changes are always overwritten when I edit the MX. I am not sure if this is a way it supposed to be or I am doing something wrong.Please help.Error from Console:ake: *** [Drivers/BSP/Components/subdir.mk:65: Drivers/BSP/Componen...

PGlen.1 by Associate II
  • 306 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G061C8U6 UART Generated Config is Incorrect

STM32CubeIDE Version: 1.9.0Hal MCU : v1.5.1Chip: STM32G061C8U6 If you enable USART1 in asynchronous mode for pins PA9 and PA10 the auto generated code incorrectly sets the port to AF0 when it should be AF1 see datasheet table 13 or port.png.When set ...

NN.2 by Associate II
  • 1554 Views
  • 9 replies
  • 0 kudos

ADC of stm32l4

I configured ADC Channel 9 on STM32L4-Nuceo board its working but If change the ADC channel to 10 Or 13 its not working.Please find the below ADC Configuration./* Definition for ADCx clock resources */#define ADCx              ADC1#define ADCx_CLK_EN...

Namita by Associate II
  • 1041 Views
  • 8 replies
  • 0 kudos

Changing environmental settings.

Hi, Is there anyway to use a global variable to change the USART interface configuration such as the BaudRate :static void MX_USART1_UART_Init(void){If(A = 1){huart1.Init.BaudRate = 38400;}If(A = 2){huart1.Init.BaudRate = 9600;}}Not sure if this is p...

PLee.3 by Associate III
  • 532 Views
  • 5 replies
  • 0 kudos

SPI6 Slave + BDMA + STM32H743 + CubeIDE/MX

Hello,My design does not produce interrupts and I'm not sure why.Goal:SPI6 gets a 2MHz clock (external). For each clock the BDMA should take one 1 byte from a buffer (SRAM4, D3) and put it to the MISO. The BDMA runs double buffered => it should cycle...

Deadbeef by Associate II
  • 655 Views
  • 3 replies
  • 1 kudos

Resolved! CubeIDE 1.9.0 issue

I am using STM32G070RBTX micro configured for ADC with DMA. My project works well configured with CubeIDE version 1.8.0. However after I updated to 1.9.0, the ADC Continuous Conversion Mode cannot be Enabled from CubeMX. It force to use Discontinuous...

0693W00000KboInQAJ.png
tabekb by Associate III
  • 868 Views
  • 3 replies
  • 1 kudos