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

STM32H7 lwip .ld file does not contain .lwip_sec

Hello, I am putting together a project for STM32H7 and lwip, using STM32CubeMX and Atollic TrueStudio. I am aware that to make the project work I have to modify the .ld file and bring the data for the .lwip_sec into RAM_D2. However, the .ld file gene...

VYoun by Associate III
  • 362 Views
  • 0 replies
  • 0 kudos

CubeMX - Nucleo boards - pin conflict how to resolve

Hi I have a STM32F334R8 Nucleo board on which I need to enable SPI. Sadly, CubeMX is greeting me with a conflict between the user LED and the SPI dedicated pins.Is there a work around that doesn't involve physically unsoldering the LED?thanks

Smoun.1 by Associate III
  • 1339 Views
  • 6 replies
  • 0 kudos

How to install Cube extensions.

(Sorry CubeMX)Anyway. I've downloaded en.x-cube_classb.zip and sbsfu, and en.x-cube_mems1.zip and I've never managed to convince Cube to pull them in.When I try (no documentation as to how) with <Help><Manage embedded software packages><STMicroelect...

Resolved! replaced old code when update GPIO inform

Hi everyone, I have problem when i try to change GPIO inform then i push "generate code". But it replace my old code.can you let me know how to only update inform for code not replace old code?thanks you and sory about my poor english!

KUSAGI by Associate II
  • 651 Views
  • 3 replies
  • 0 kudos

I am getting hundreds of errors : HAL_Status_Typedef, HAL_LockTypedef and HAL_TickFreq_TypeDef undefined in many .h files, yet stm32f7xx _hal.h and stm32f7xx_hal_def.h are included in the .h files. How can I fix this, please ?

I have generated a project for the STM32f769 Discovery board using STM32CubeMX, to read in audio from the Line In jack, convolve the audio with a long FIR filter then output the audio to the Line Out jack. I am using the EWARM IDE. stm32f7xx_hal_d...

MLawr by Associate III
  • 556 Views
  • 2 replies
  • 1 kudos

Resolved! stm32CubeMX corrupts Makefile during re-write

When generating code on an existing Makefile project any existing C_DEFS are corruptedC_DEFS = \ -DUSE_HAL_DRIVER \ -DSTM32F301x8 becomes-DC_DEFS = USE_HAL_DRIVER \ -DSTM32F301x8 so the definition of C_DEFS is lost and random errors result from the...