STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! Why can't I get the SPI clock to idle low

I'm working on a STM32H755ZIQ.  I am setting up a SPI master, with CPol= 0, CPha = 1, accordingly I need the clock to be low when inactive.  Additionally I want the clock to be low when idling, even when the SPI is not active. To achieve this, I have...

TomC1_0-1742391694539.png TomC1_1-1742391813142.png TomC1_2-1742391925483.png
TomC1 by Associate III
  • 171 Views
  • 2 replies
  • 2 kudos

bug in FMC configuration of SDRAM in CubeMX 6.14

16bit SDRAM with 4 banks, 9bit column address, 13bit row should show as 32MB memory area,but it is shown as 16MB.You have to change column address bits to 10bit and back to 9 bits to set the value correctly (32MB).It is dangerous beacause code genera...

trzeci by Associate III
  • 163 Views
  • 3 replies
  • 0 kudos

CubeMX 6.14 migration bug

CubeMX upgrade 6.13 -> 6.14left in linker script following configuration:_estack = ORIGIN(RAM_D1) + LENGTH(RAM_D1); /* end of RAM */MEMORY{/* Start MX regions */DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128KFLASH (rx) : ORIGIN = 0x08000000, LENGT...

trzeci by Associate III
  • 140 Views
  • 2 replies
  • 0 kudos

Why HAL DMA functions are not working?

Hello Guys,I am trying to read data via I2C bus using HAL_I2C_Master_Receive_DMA and HAL_I2C_Mem_Read_DMA, but both are not workingIf I use HAL_I2C_Master_Receive it is workingI tried to manually disable and then re-enable DMA channel used by setting...

TurboSlow by Associate II
  • 2489 Views
  • 12 replies
  • 2 kudos

STM32CubeIDE doesn't generate UART init function call

I am using NUCLEO-H743ZI which has STM32H743ZI on it. In the 'Device Configuration Tool' under the 'Project Manager'->'Advance Settings' there are options to set how I want to generate HAL calls. I basically want to set all of them 'Visibility(Static...

0693W000001qixjQAA.png
AErde.1 by Associate
  • 1722 Views
  • 5 replies
  • 0 kudos

Resolved! OctoSPI delay block code unnecessarily generated

Hi Everyone,I noticed that CubeMX (version 6.14.0) generates a call to HAL_OSPI_DLYB_SetConfig in octospi.c even though I have configured the OctoSPI to bypass the delay block.Is it safe to just remove any Delay Block related code?Is this a bug in Cu...

tzijnge by Associate II
  • 123 Views
  • 1 replies
  • 0 kudos

4-wire JTAG and EXTI4 on the F405RG

Hi,I am designing a custom board with a STM32F405RGTv being flashed by a FT2232 over the 4-wire JTAG protocol, where the FT2232 chip triggers the STM RESET line as needed.  This circuit has been verified in my previous designs.  However this new boar...

Jack1221 by Associate II
  • 133 Views
  • 1 replies
  • 0 kudos