STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Setting Octospi free running clock mode

Anyone knows why in HAL_OSPI_Init(...) , Octospi free running clock has to be enabled after Octospi is enabled. Form stm32l5xx-hal_ospi.c, lines 404-411: /* Enable OctoSPI */    __HAL_OSPI_ENABLE(hospi);    /* Enable free running clock if needed :...

xinu2021 by Associate
  • 463 Views
  • 1 replies
  • 0 kudos

Can we mount the two devices i.e sd card and usb at a same time using FATFS in STM32F429ZI. I want to store the sensor data in SD card and copy that data to USB drive when the usb is detected.

i am using STM32F429ZIT6U board does the board support the mounting of SD card and USB at a time The main problem is both the devices get detected or get mounted when i use f_mount but the file that is get be stored in SD card is will be get stored i...

USB host firmware upgrade stm32f7 series

Board name : stm32f746g discoveryI need to update firmware through usb host, i did not get any documents for "stm32f7 series usb host firmware upgrade"does any one help me ? For example i need this type firmware upgradation:(it takes from internet)

0693W00000GWXsiQAH.png