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
  • 1496 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
  • 955 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
  • 1461 Views
  • 2 replies
  • 1 kudos