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

Resolved! STM32L4Q5VGTxP DMA why it doesn't work.

STM32L4Q5VGTxP I use the board I made.FUNC 1) HAL_SPI_Transmit(ILI9341_SPI_Handle,&data,1,100);The output waveform is observed with SCLK / MOSI PIN.FUNC 2) HAL_SPI_Transmit_DMA(ILI9341_SPI_Handle,&data,1);Output waveform does not appear with SCLK / M...

0693W00000Dq6c2QAB.png 0693W00000Dq6bxQAB.png 0693W00000Dq6beQAB.png
YPark.5 by Associate II
  • 529 Views
  • 2 replies
  • 0 kudos

FMC configuration for LCD interface

Hello,I am working on STM32F746ZG and I am trying to interfacing a display using FMC peripheral.But actually I can't get it work... My display seems to receive some commands but I can't successfully send color.First of all I used CubeMX to configure ...

0690X000009YvGeQAK.png 0690X000009YuXFQA0.png 0690X000009YuXKQA0.png 0690X000009YuXjQAK.png
LGall by Associate II
  • 3750 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L552 USB CDC not working with HAL V. 1.4.0. /Cube 6.3.0

We created a new project with STM32L552 using STM3CubeMX V. 6.3.0 and HAL Version 1.4.0. We activated Middleware USB CDC and used the identical software add-ons as in the last project for the same processor. The last project was done using HAL V. 1.2...

GS1 by Senior III
  • 749 Views
  • 3 replies
  • 0 kudos

Setting TIMER_TASK_PRIORITY with help of a macro

Hello @Khouloud ZEMMELI​ ,I have request with regards to TIMER_TASK_PRIORITY setting available under FreeRTOS -> Configuration Peripherals (with CMCIS V2 in use, which will set / Enable USE_TIMERS).I believe it is not a good practice to use a constan...

STM32F4 CubeMX codegeneration bug (RCC+LL)

STM CubeIDE 1.6.1STM32F411FW_F4 V1.26.1Driver LLNo string added when initializing date "RTC_DateStruct.Day = xx;"Details:https://github.com/STMicroelectronics/STM32CubeF4/issues/74#issuecomment-893317794

AAmik.1 by Associate
  • 417 Views
  • 1 replies
  • 0 kudos

CubeProgrammer continually crashing

I am resuming electronics as a hobby after a significant hiatus.STM32Cube, MX and IDE are both fine. But the programmer is continually crashing.I am on linux and have replaced the OpenJDK by the Oracle JDK, no easy task for me either ! $java -version...