STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LWIP with CMSISv1 and static memory allocation

Hello there.In my project, I am using LWIP with FreeRTOS at CMSISv1 and static memory allocation (configSUPPORT_STATIC_ALLOCATION = 1, configSUPPORT_DYNAMIC_ALLOCATION = 0). Is this a supported configuration? When I generate code, LWIP/Target/etherne...

djm by Associate
  • 1099 Views
  • 3 replies
  • 1 kudos

USB PD: Vendor_Defined_Extended Message

Hi Community!We're working with an STM32G0B1xx MCU and using USB PD v5.0.0 library from github (https://github.com/STMicroelectronics/stm32-mw-usbpd-core).I see here that USBPD_EXT_VDM = 0x1E is defined properly. However, when I use this with USBPD_D...

DDesr1_0-1690487916211.png
DDesr.1 by Associate II
  • 725 Views
  • 2 replies
  • 0 kudos

simple uart dma transmit for logs ?

Hello everyone,I'm working on stm32f103.I try to use HAL_uart_transmit_DMA, in a circular buffer for simple logs.I created a circular buffer, on which I can write my strings.the issue is... my circular DMA write it as as loop instead as finishing at ...

Hvan .4 by Associate II
  • 1098 Views
  • 2 replies
  • 1 kudos

Resolved! SDIO configuration stm32f429

Hello dear engineers,I have gotten stuck in running SDIO on stm32f429igt6.No matter how hard I have tried, I wasn't able to successfully use FATFS with SDIO and stm32f429igt6. My code is attached. the f_mount function with immediate force on mounting...

Resolved! STM32H745I-DISCO eMMC how to configure with FATFS?

Yes, I use Cube.In the documentation I read that eMMC is connected to SDMMC1.SDMMC1 can be configured either as SD or MMC. I get the SD option in FATFS only when SDMMC1 is configured as SD.OK, I found the example to use MMC driver, I configured it.An...

HTD by Senior III
  • 6234 Views
  • 12 replies
  • 3 kudos