STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4x HAL_ETH_ReadPHYRegister blocking mode

Dear allAfter having enabled ETH + LwIP stack we are experiencing that something in the init phase are keeping blocked all.After a while we see that the root causes is inside HAL_ETH_ReadPHYRegister.Specifically we are referring at this part of code:...

0693W00000GXG4xQAH.png

Resolved! Why USB_ResetPort function has 100 ms delay ?

USB_ResetPort function is called in USBH_Process in HOST_IDLE state after USBH_Delay(200U); this results in 300 ms delay usb application.Is there any way to reduce this time in stm32 USB applications.This function is after a USB connection. Is there ...

NAgha.1 by Associate II
  • 810 Views
  • 1 replies
  • 1 kudos

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
  • 852 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
  • 1400 Views
  • 5 replies
  • 0 kudos