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! STM32F750 + USB Host + FATFS return FR_DISK_ERR

Hi, I'm trying to run a USB host mass storage on an STM32F750. After building the project in STM32Cube V 1.11.0 I have in "usb_host.c" after the line" Appli_state = APPLICATION_READY;" the code "res = f_mount(&USBHFatFS, USBHPath, 1);" written, but "...

M_Fakhr by Associate
  • 1154 Views
  • 1 replies
  • 0 kudos

Unable to close files in STM32 with USB MSC + FATFS

I created a project to create, write, read and close a file in a USB stick, using a STM32F413 MCU. I used STM32CubeMX to generate the code. The relevant part of the code is this: uint8_t text[]={"Hello world\r\n"},rbuff[50],test=0;   switch(Appli_sta...

MRey.1 by Associate III
  • 1855 Views
  • 5 replies
  • 0 kudos

STM32F765 and LAN8720A

Hi, the LAN8720A has not the Tx_clk and Rx_Clk signals. Does the STM32F765 supports this configuration supposed I use the LAN8720A in slave mode routing to it the 25MHZ clock generated from the MCU from a ClockOut pin?Thank you.

raffin by Associate III
  • 1239 Views
  • 1 replies
  • 1 kudos