STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F429ZI FATFS issue

Hello,I'm trying to use FatFS with both USB HOST MSC class and SDIO.FatFS always tries to access the SD card whatever the drive number used in f_mount.May be I'm wrong with the path I use to access the devices : "0" for SD card, "1" for USB.Any help ...

zeboss49 by Associate III
  • 550 Views
  • 2 replies
  • 0 kudos

Resolved! Clocksource for USB-Host (STM32H7)

Hello,I'm developing a USB-Host application (MSC / Fullspeed) with the STM32H743 µC (using STM32H743I-EVAL2 Board)The application works fine when using PLL3Q as clocksource.But when I use PLL1Q or RC48 as clocksource the USB "Core soft reset" timed o...

PBull by Associate III
  • 1685 Views
  • 6 replies
  • 1 kudos

Resolved! DMA on SPI

I've been trying for a while to get DMA working on SPI, it returns an error when i poll the DMA so it stays in the while loop but I can't seem to figure it out and there is not much Info that helps me. Maybe someone can help me to get it working, my ...

Hesseltjuuh_0-1694180912112.png Hesseltjuuh_2-1694180931426.png

STM32fxx I2C mem read issue

I am trying to use the HAL driver - HAL_I2C_MEM_READ(....)The stm32 is the master and there is a slave i2c device that I want to read from.  The I2C transaction goes like this: <start> <dev address> <register that I want to read address> <start> <dev...

MBish1_0-1693003461005.png MBish1_1-1693003626403.png MBish1_2-1693003982048.png MBish1_3-1693004047187.png
MBish.1 by Associate II
  • 1202 Views
  • 6 replies
  • 0 kudos

Resolved! SAI_AudioPlayback example with ArmClang

Hi,i tried the SAI_AudioPlayback example for the h745 discovery board. I'm using Keil and with the keil 5 armcc compiler everything works fine.Now i switched to armclang 6 and replaced the "libPDMFilter_cm7_keil_wc16.lib" with "libPDMFilter_cm7_gcc_w...

Jnevi.1 by Senior
  • 3262 Views
  • 12 replies
  • 0 kudos