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

Include nand library

Hello friend, how to include function in library for Nand? I configuration my microcontroller from CubeMx for Nand memory and generated code, setup is bank and etc. In open code in Keil is including nand library, but is not in library is not include ...

1.png 22.png
A.Rade.96 by Associate III
  • 790 Views
  • 2 replies
  • 2 kudos

Resolved! Possible Configuration Issue

Hello,I am using STM32CubeIDE version 1.13.0 together with STM32CubeMX version 6.9.0-RC9 and the STM32F746IGT6 microcontroller.I am trying to use TIM2 as a 4 channel Input capture unit, each channel with it's own independent DMA . For this i have the...

dte1 by Associate
  • 1150 Views
  • 2 replies
  • 1 kudos

Resolved! Using a MX25L3233F

I'm looking at using the MX25L3233F for flash storage.  This is a serial NOR device.  It appears to support QuadSPI, but it also appears to support regular SPI:"MX25L3233F features a serial peripheral interface and software protocol allowing operatio...

STM32 CAN transmit bug?

Hello to all from Germany,I try to set up a CAN communication between the STM32F105RB and PCAN-Ethernet-Gateway. I have configured all my peripherals with STM32CubeMX (Version 5.3.0) and generated the code for Keil uVision (V5 28.0.0) and Atollic Tru...

0690X00000AARBeQAP.png 0690X00000AARBZQA5.png
SBaye by Associate
  • 1139 Views
  • 2 replies
  • 0 kudos

HAL_SPI_Transmit Timeout problem

I am trying to implement a driver for an EEPROM. I created as follows: typedef struct { uint16_t address; uint16_t size; uint8_t *data; } test_t; And create a structure array as: test_t test[] = {{0x0000, 50, NULL}, {0x00AB, 70, NULL}, {0x0A...

Resolved! CubeMX v6.9.0 broken?

Downloaded the new CubeMX version, started a new project, tried to configure TIM1, but clicking on TIM1 does nothing. I'm expecting it to show TIM1 configuration details which I can edit somewhere.Am I missing something? (TIM1 is not special, nothing...

TDK_0-1690456173114.png
TDK by Guru
  • 937 Views
  • 1 replies
  • 1 kudos