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! Please bring back old USB middleware

Hello, STM employees,I have bought the NUCLEO-N657X0 board with the intentions of using its USB on the go module. I have previous experience with USB with STM32f401, where I had to employ a single function CDC_Transmit(), and STM32CubeIde and Hal did...

bleqy by Associate II
  • 435 Views
  • 7 replies
  • 0 kudos

Bug STM32F405 USB HOST CDC

STM32CubeMX v6.5.0 STM32Cube FW_F4 V1.27.0USB_FS HOST CDCusbh_cdc.hfunction static void CDC_ProcessReception(USBH_HandleTypeDef *phost)line 767  if (((CDC_Handle->RxDataLength - length) > 0U) && (length > CDC_Handle->DataItf.InEpSize))fix: if (((CDC_...

vekli by Associate II
  • 1630 Views
  • 6 replies
  • 0 kudos

Resolved! STM32F429ZI ETH_MACMIIAR CR: max value?

STM32F429ZI Ethernet @180MHzRM0090 33.8.1 page 1197, ETH_MACMIIAR CR: max value is 100 150-168MHz HCLK/102Is this a print error (other micros in the family can only reach 168MHz) or the controller is not specified to work at 180MHz ?Thx

scaprile by Associate III
  • 3563 Views
  • 4 replies
  • 0 kudos

Compilation error of Ux_Host_MSC example

Moved from this thread. Why does attempting to compile this example result in these errors?     ../../USBX/Target/ux_stm32_config.h:29:10: fatal error: stm32h5xx_hal.h: No such file or directory 29 | #include "stm32h5xx_hal.h" | ^~~~~~~~~~~~~~~~~  ...