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

Resolved! STM32 ADC + DMA does not update value

Board: NUCLEO-144 STM32H723ZGI'm using ADC_3 with 8-bit resolution, trying to measure an analog sine wave of 1 kHz as a stimulus.I'm trying to use the ADC with DMA. However, I am unable to get any values other than zero. I have tested it in polling m...

_summer_intern__0-1750425468272.png _summer_intern__1-1750425517606.png _summer_intern__2-1750425596843.png _summer_intern__4-1750425625042.png

GPDMA - Linked list - SPI

Hi to everybody.I can't get spi to work with linked lists. I followed the procedures in the documentation but it still doesn't work. Maybe someone can tell me why.This is my configuration: STM32U575, cubeMX 6.12.0, cubeIDE 1.9.0The linked list has tw...

gius2705 by Associate
  • 117 Views
  • 3 replies
  • 0 kudos

Netx HTTPS POST request

hi i am working with HTTPS client code on stm32u585 microcontroller, using netx tcp/ip stack for the implementation. my requirement is to create a HTTPS post request with a json payload( nearly 8000 bytes). is there any reference or example available...

sabari1 by Associate III
  • 123 Views
  • 4 replies
  • 0 kudos

STM32H743 PTP offload timestamps

Hello all, I am developing ptp master and slave with offload. Now I have a master sending the sync and a slave sending delay_req: with the master sending back delay_resp: Given this message exchange, the slave should be able to correct its time, b...

max65_0-1751294125207.png max65_1-1751294193182.png max65_2-1751294248439.png max65_3-1751294404413.png
max65 by Associate II
  • 140 Views
  • 6 replies
  • 3 kudos

Resolved! EtherCAT on STM32

I wanna implement Master and Slave ethercat protocol on stm32h7 series. Is there any examples available on subject?. Where should i start. Any resources?