STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 RNDIS USB device disappear after a while

Hello,I'm opening a new conversation to address another issue(Issue with VCP and RNDIS ). Previously, I successfully implemented RNDIS on an MCU, and I can see the Remote NDIS based Sharing Interface in the device manager. However, after about 20 sec...

dnj_0-1701342901354.png dnj_1-1701343277723.png dnj_2-1701343651192.png
dnj by Associate III
  • 525 Views
  • 0 replies
  • 0 kudos

Resolved! USB RNDIS + USB VCP on STM32L462

Hi, I would like to enable RNDIS + VCP on this MCU. Is there an option to do that?I do not know how to enable only RNDIS for this MCU too (I do not see this on drop down with Class for FS IP).

dnj_0-1700574311825.png
dnj by Associate III
  • 1914 Views
  • 9 replies
  • 4 kudos

STM32H7 Ethernet With FreeRtos and LWIP

Hello,using the STM32H7 Ethernet with FreeRtos and LWIP results in not sent packages as the Optimization is Turned higher than -O0. The lwip Stack ,for example, tries to send UDP Packages. Those packages never leave the STM32 and UDP data packets ar...

STM32H7 Hal Ethernet Use of LWIP_MEMPOOL_DECLARE

Not sure if this is a bug or something I do not completely understand, but in the generated ethernetif.c file (HAL V1.9.0) there is the line:LWIP_MEMPOOL_DECLARE(RX_POOL, 10, sizeof(struct pbuf_custom), "Zero-copy RX PBUF pool");Which always uses, if...

JRS by Associate III
  • 4156 Views
  • 18 replies
  • 4 kudos