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

STM32F4x9 Eval USBD bulk in transmit problem

Hi ,I'm using STM32F4x9 eval board with STM32Cube v1.24 library on USB device parctice.Refer to CDC example, a new SCAN device class was created and enumerated succcess.Sending data from PC host site (Bulk Out) can success to get in device (STM32 - v...

PChou.16 by Associate
  • 504 Views
  • 1 replies
  • 0 kudos

MSC USB Host very slow usb stick recognition

Hi, I'm using a STM32F429 with usb host connected to FS.Using the official USB MSC Host library from ST (1.24.1 latest one) I have a slow recognition when I insert a USB stick.The callback USBH_UserProcess with HOST_USER_CLASS_ACTIVE event, so after ...

STM32F10xx SPI UART conflict

Good morning everyone,I was trying to establish communication via UART1 - UART2 - SPI1, everything is fine until i use "HAL_SPI_TransmitReceive(...)" and suddenly UART1 and UART2 are locked (i can visualize both those "UART_HandleTypeDef" in my Expre...

ABouk by Associate II
  • 422 Views
  • 0 replies
  • 0 kudos

FATFS ERROR ( f_opendir) with FreeRTOS

Hi All,​I`m trying to build a project using STM32CubeMX with FreeRTOS and have FatFS for my own Board.And when I execute the code,it can {f_mount} really well but till {f_opendir} it come out the FR_INT_ERR.​I have a question about if I use the FreeR...

0690X00000AA4ZFQA1.png 0690X00000AA4ZUQA1.png

stm32 c2c iam getting errors

iam getting following error when i am trying to connect with grovestream iam using en.xcubec-cld-genfollowing are theerrors iam getting***** Grovestreams HTTP Cloud application *****Opening connection to server grovestreams.com.H:/TRIAL/STM32CubeExpa...

DPADI.8 by Associate II
  • 703 Views
  • 2 replies
  • 2 kudos

Updated firmware(through usb pendrive) hangs

 I am working on a project in which i have to upgrade the firmware using a usb key on stm32f07 discovery board. the firmware upgrade is successful and some blinky codes are working. but when i upload the code with sd card driver and usb host driver ...