STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB HOST MODE MSC

Hi, I am trying to make the MCU the host where a USB can be connected, and the MCU can read/write to the USB. I configured my IOC /CubeMX to use the USB with FATFS. The USB USE OS (RTOS) is automatically enabled.However, the issue is that once the US...

Priyank by Associate III
  • 521 Views
  • 3 replies
  • 0 kudos

Does USB HOST even work with STM32F750?

I have spent over a week trying to get USB to work with my board, and have had no luck. As soon as the device detects the USB, the usb goes straight into a HOST_USER_UNRECOVERED_ERROR. I have received almost no assistance from STM32 regarding this, e...

Priyank by Associate III
  • 260 Views
  • 2 replies
  • 0 kudos

STM32 SDIO SD card initialization

Hi,I have an STM32F7 design with SD card connected via SDIO interface.In many posts I read that SD cards have to be initialized with a 1 bit wide bus and a clock of 400 kHz. Switching the bus width from 1 to 4 bit using the command HAL_SD_ConfigWideB...

JBurg.5 by Associate II
  • 277 Views
  • 0 replies
  • 0 kudos

Using LTDC in L8 input mode

My goal is to display text on the TFT LCD using stm32F756. The display I have is just the screen, no controller or gram. So I have configured the LTDC and was able to display a sample image which I stored in the flash. Now, the internal SRAM is not s...

Resolved! STM32H7 LPTIM compare mode

Hi, I use STM32CubeMX 6.10.0 and I have a STM32H7 CPU.The LPTIM is a frequency counter that can give an ISR when thecounter reached a specified value; after reaching this value it startsagain from zero (ARR mode), or it continues towards the max valu...