STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 392 Views
  • 4 replies
  • 6 kudos

TLS protocole with Raw Api LWIP

I want to use TLS protocole on raw api with lwip, how can I start ? I couldnt find any source with raw api. Is this possible or not ? On the cubemx , I couldnt select lwip+tls without freertos

DCtech by Associate II
  • 635 Views
  • 1 replies
  • 0 kudos

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
  • 759 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
  • 5335 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
  • 1095 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...