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

SDMMC1 working in 4bits mode with FatFS STM32H743

Hello, I am trying to use a µSD card with a nucleo-h743zi2card. I use SDMMC1 peripheral and FatFS middleware. When I set SDMMC1 in 1 bit mode my program works perfectly, but when I set the peripheral in 4 bits mode the card is not mounted. When I deb...

0693W000003PFFXQA4.jpg
M.CHN by Associate III
  • 971 Views
  • 3 replies
  • 1 kudos

STM32H7 lwip web server

Hello, I need to implement a web server on STM32H7 using lwip. I have managed to implement it using online tutorials from youtube. However, I do not understand how it works. I need to modify the example from internet. Does anyone have any source that...

VYoun by Associate III
  • 996 Views
  • 3 replies
  • 0 kudos

FatFS and FreeRTOS error f_write().

Good day.I am having difficulty with FatFS while working with FreeRTOS.The problem is of the following nature. Mounting the distka goes well. There is no problem to create a file either. But when trying to write to a file, the f_write () function alw...

AKuzn by Associate
  • 814 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with HAL_I2S_Transmit_DMA on STM32H750

Hi!I have tried to use I2S onn STM32H750 and DMA has no success. I can transfer without problem data by standard HAL_I2S_Transmit but HAL_I2S_Transmit_DMA results in Error callback being fired although function itself completes with HAL_OK.I2S Config...

Duddie by Associate II
  • 1467 Views
  • 1 replies
  • 0 kudos

Nucleo STM32F413ZH USB code 43

HiThis is my first experience on a stm32 Nucleo F413ZHI am trying to make it a game device (USB HID), followed some tutorials and slowly getting there.There is just one thing that doesn't come clear to me.The compiler doesn't give me any error, but t...

MHovi.1 by Associate II
  • 878 Views
  • 4 replies
  • 0 kudos

USB composite CDC MSC, problem when unplug/plug

Hello everybody,I need some helps regarding a trouble with my USB project.I have developed a project base on MXCube with a composite MSC and CDC. When I launch the software it works perfectly (which means that I have the mass storage and the port com...

Jcout.1 by Associate II
  • 603 Views
  • 1 replies
  • 1 kudos

Resolved! How to get second DAC working on F072RB board

I'm working on a simple, bare metal application where right now I am passing in values read from the two ADCs and then write the same values to the corresponding DACs. I have confirmed by stepping through the code and using a volt meter.The configur...

KKoem.1 by Associate II
  • 1691 Views
  • 7 replies
  • 0 kudos

CAN TX Mailbox errors defines and comments mismatch

CAN communication with HAL library: error codes in stm32f1xx_hal_can.h inconsistent, TX Mailbox errors defines and comments mismatch.Can this be corrected in subsequent versions?/** @defgroup CAN_Error_Code CAN Error Code * @{ */........................

WGoeb.1 by Associate
  • 836 Views
  • 1 replies
  • 0 kudos