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

H7S SAI DMA - example?

Hello,I'm attempting to work with the SAI using DMA on the H7S using the NUCLEO-H7S3L8, unfortunately there is no SAI example. There is an I2S example using DMA on the STM32H7S78-DK:https://github.com/STMicroelectronics/STM32CubeH7RS/tree/main/Projec...

dmaSettingsError.png
mojolabs by Associate II
  • 585 Views
  • 5 replies
  • 1 kudos

STM32F207VGT6 UART configuration error

my UART settings are as follows:void USART_Configuration(EUartCom uartCom) { USART_Config(uartCom, COM_BAUDRATE[uartCom]); } void USART_Config(EUartCom uartCom, uint32_t baudrate) { USART_DeInit(COM_USART[uartCom]); GPIO_InitTypeDef GPIO...

liszto by Associate II
  • 916 Views
  • 14 replies
  • 7 kudos

There may be a bug in ethernetif.c

Hello, I am using below the libraries with my project.STM32Cube_FW_H7_V1.12.0 (STM32H7xx HAL 1.10.0)- LwIP V2.1.2, FreeRTOS V10.2.1, 2017 - ethernetif.cAnd I designed the HTTP Server with STM32H743ZIT6. It is very well operate.And I updated the libra...

SML26304_v2.5e_pkt.png SML26304_v2.6a_pkt.png

Resolved! STM32H7S7 How to write to external flash

HI, I'm using stm32h7s78-dk, and setup the external flash following this tutorial The "appli" project is in external flash and runs with no issue. Now I want to write some config data such as display brightness to the external flash according to user...

evervoid by Associate II
  • 650 Views
  • 4 replies
  • 1 kudos

Resolved! STM32 USB Audio Class

Hello,I need to build a USB headset(mic+speaker) using STM32H742VIT6 for a project. I want the stm32h7 to be recognized as a audio device when connected to a PC/android device. Is this possible?This is my first time using a STM Board with cubeMX and ...

vo1d by Associate
  • 361 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U575 - programming water marks..

Hi, I'm a bit stuck.   I'm trying to program watermarks for BANK2 (to make the entire bank secure so I can read the whole area using secure alias) for a custom boot-loader.   The code below is executing in secure context from BANK1 (and no bank swap)...

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.