STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LCD TFT display interface with Spi to Stm32h745i disco

Hi,I am using STM 32H745I disco boards. When I have configured the boards with LTDC interface image has been displayed on 480*272 display.Now we have removed on board 480*272 display , we have connected external 480*480 display & I have initize the d...

PM.5 by Associate III
  • 1177 Views
  • 2 replies
  • 0 kudos

FFT implementation sinewave

Hi everyone. This is the first time I have to implement the FFT of a signal and I can't understand a few things.I wrote this code that "should" calculate the coefficients of the FFT of a sine wave in that I create with the DAC (the DAC code to genera...

luke514 by Senior
  • 1122 Views
  • 1 replies
  • 0 kudos

Stm32h7 custom bootloader

Hi there,I'm new on stm32 platform and I'm also new on the bootloaders applications.I'm trying to arrange a custom bootloader for stm32h755 mcu to permit remote firmware updates of our products.My idea is to implement the bootloader application on th...

iTTy by Senior
  • 1903 Views
  • 2 replies
  • 0 kudos

Implementing 2 UART on same port

Hello,I am trying to implement 2 separate UART channels on the single port. I have initialized the two UART channels and have connected the TXs and RXs of the two channels with each other. (Image attached)When I run them separately, they work just fi...

HDesa.1 by Senior
  • 4528 Views
  • 9 replies
  • 1 kudos

Resolved! stm32f4xx_hal_rcc_ex.c invalid non shifted comparison

STM32F411. Line 2693:   srcclk = __HAL_RCC_GET_I2S_SOURCE();That macro calls "READ_BIT" on the I2SSRC register bit.It does NOT shift it right 23U.The function then compares this to 0 or 1.FAIL.Result. I2S cannot be configured to use an external clo...

PCamp.2 by Associate III
  • 2100 Views
  • 5 replies
  • 0 kudos

Resolved! Open multiple files with FileX

Hi all,I am using FileX with my Nucleo-U575ZI-Q, and I want to be able to open multiple files at the same time.Now every time I try to do this, the first file opens fine no problems but when I try to open another file (without closing the first) I ge...

joeSD by Associate III
  • 4658 Views
  • 9 replies
  • 0 kudos

STM32H747I-DISCO and ST Examples

After two days of trying, I decided to ask.I have this STM32H747I-DISCO and B-LCDAD-HDMI1. The examples that are from the site given below the board and consist of programming a single hex file work (STM32H747I-DISCO compiled demo binary), without th...

SFilc.1 by Associate II
  • 2502 Views
  • 5 replies
  • 0 kudos