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

STM32L4 SPI Half-Duplex Master DMA help

Hello friends I don't know what to do and I'm going to ask for help, in my project I use SPI and Full-Duplex mode with the following configuration which works perfectly in this mode. My problem is that I need to use Half-Duplex mode because on hardwa...

Folny by Associate
  • 221 Views
  • 1 replies
  • 0 kudos

Remote firmware update for STM32

Hi!I'm working on a project with an STM32 microcontroller and need to set up a way to update the firmware remotely. The device will be installed in remote locations so I won’t have physical access once it's deployed.What’s the best way to approach th...

Lenor by Associate
  • 232 Views
  • 3 replies
  • 2 kudos

Offset ADC+DMA STM32H563

Hi, I'm using the ADC1 of the STM32H563 and I'd like to configure an offset (64) for all 12 of my analog channels. I'm using GPDMA1 to obtain an array of 1200 values ​​at 100 kHz. When I configure the offset (before starting the conversion), I don't ...

Ghislain_Clement_0-1745933536470.png Ghislain_Clement_1-1745933704095.png

https-client issue

Hello, I’m currently working with the Nucleo-767ZI board and attempting to connect it to an HTTPS client to send raw sensor data to my Google Trust-based database. However, I’ve been facing issues during the TLS handshake, and neither read nor write ...

STM32U5 SDMMC1 FATFS integration

Hi guys, I'm trying to implement a sd card interface for the STM32U5 series using SDMMC1 interface. Since there is no native FATFS support over CubeMX, I guess, I started to use the generic fat file module from elm-chan.Basic configuration:1. SDMMC1 ...

Julian__0-1746000981422.png
Julian_ by Associate III
  • 1662 Views
  • 21 replies
  • 7 kudos

Call HAL_ETH_ReleaseTxPacket() from ISR context?

I am connecting a TCP/IP stack to the HAL_ETH driver of an STM32F7xx. I am using https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Projects/STM32F767ZI-Nucleo/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src/ethernetif.c as a starting ...

riwe by Associate II
  • 112 Views
  • 0 replies
  • 0 kudos

STM32L0xx correct SVD files

When looking through the STM32L072 SVD files (from https://www.st.com/resource/en/svd/stm32l0-svd.zip) I noticed that the RCC CIER register is read-only, whereas in the reference manual it's read-write, which makes logical sense. Is there an updated ...