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

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
  • 664 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
  • 1534 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
  • 768 Views
  • 0 replies
  • 0 kudos

Ethernet transmit descriptor BxL vs FL, treatment of oversized packets bellow 2kb, and D2 memory (STM32H745ZI - RM0399).

B1L/B2L vs FLI'm writing an ethernet driver and the FL field in TDES3 seems to not do anything.I am not setting the TSE bit.The packets seem to always leave with a size that is the sum of both B1L and B2L (if used).In my last test I set it up like so...

0693W00000FAmTkQAL.jpg 0693W00000FAmUdQAL.jpg 0693W00000FAmTzQAL.jpg
Bmen.1 by Associate
  • 752 Views
  • 0 replies
  • 0 kudos

Resolved! startup-stm32xxx is not nowhere to be found

Hey, I'm currently trying to get myself away from HAL, insteed using a more direct implementation. So the first thing I am trying is a simple blinky programm, with as little as possible number of files. I downloaded the StdPeripherel Files for my boa...

Senax by Associate II
  • 1950 Views
  • 7 replies
  • 0 kudos