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

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
  • 4745 Views
  • 9 replies
  • 4 kudos

FreeRTOS Priority Issue with ETH / LwIP (f746)

I develop a FreeRTOS / LwIP based application which throws a configASSERT error because of a bad priority.Only when the Nucleo is connected to the LAN, the debugger gets stuck at:Line 744 of port.c (FreeRTOS source)configASSERT( ucCurrentPriority >= ...

0693W000008yeQzQAI.png 0693W000008yeR4QAI.png
Mnemocron by Associate III
  • 2133 Views
  • 4 replies
  • 0 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
  • 9572 Views
  • 18 replies
  • 6 kudos

Bug in STM32WBXX_HAL_RTC

As of version 1.12.0, HAL_RTC_Init uses a macro named __HAL_RTC_IS_CALENDAR_INITIALIZED. It is defined as follows:#define __HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ISR) & (RTC_ISR_INITS)) == RTC_ISR_INITS) ? 1U : 0U)I suppose it should r...

LWChris by Associate III
  • 1699 Views
  • 4 replies
  • 0 kudos

Resolved! STM32U5A5 HS Example

Hi guys.Im trying to port an application from STM32F4 over to U5A5.On the F4 i used an external usb hs phy. I was extremely delighted to find out that the new U5 has an integrated hs phy, only to see that:1. No more ST stack in cubemx. Ok, found a gi...

PMera.1 by Associate III
  • 1752 Views
  • 1 replies
  • 0 kudos