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

stm32+lwip+mbedtls packet size problem

I have a problem with the mbedtls server (stm32+lwip) send wrong length message. I am using this code in my project. https://github.com/straight-coding/straight-httpd-lwip-mbedtls-simulator![Wireshark packet trace. A TLSv1.2 "server hello" packet is ...

DCtech by Associate II
  • 787 Views
  • 2 replies
  • 0 kudos

sd fatfs can only change letters

Hello,I'm using fatfs by chan with this SD driver http://stm32f4-discovery.net/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/ and with my own SPI driver. I have successfully mounted and opened a file but when I try to write using f_puts, it...

0693W00000FBAaLQAX.jpg
EPora.1 by Associate II
  • 657 Views
  • 2 replies
  • 0 kudos

Enabling the UCPD DMA

Hello. I'm using an STM32G071KBU6N in a USBPD application. My application uses both internal UCPD ports.I'm working on enabling the DMA and DMAMUX for use with the UCPD peripheral, for both Rx and Tx of both ports. I'm focusing on Tx right now, and c...

RHelv.1 by Associate III
  • 1519 Views
  • 3 replies
  • 0 kudos

I2C_HandleTypeDef structure for STM32F722ZETx doesn't have Device Address Anymore

Would anyone knows why the STM32F7xxin stm32f7xx_hal_i2c.h structure I2C_HandleTypeDef doesn't have __IO uint32_t       Devaddress;   /*!< I2C Target device address        */ __IO uint32_t       Memaddress;   /*!< I2C Target memory address        */ ...

Is DFSDM required for PDM mics

Hi - I'm trying to get a single PDM mic (ST MP34DT01-M) working with an STM32H7, using SAI. It's outputting static when I send the DAC each SAI *freq* interrupt. Some questions:Is the DFSDM peripheral required? If so, what does the value of the SAI x...

DOCon.1 by Senior
  • 762 Views
  • 0 replies
  • 0 kudos