STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 56 Views
  • 1 replies
  • 0 kudos

M95P32 EEPROM driver: multiple EEPROM instances?

New question from M95P32 EEPROM - looking for a driver@SofLit Thank you for your advice. Although I need to adapt the code to my needs and lots of refactoring will be needed e.g. to use DMA and RTOS in async fashion, it got me started.There is, howev...

TDJ_0-1738166062248.png
TDJ by Lead
  • 126 Views
  • 1 replies
  • 1 kudos

DMAMUX: Chaining of request generators

Hello,on the NUCLEO-H723ZG I would like to initiate a DMA transfer (Memory to GPIO ODR) on every 300 ADC EOC events. I have a DMA channel set up for the ADC (DMA1 CH0) and a DMA channel for writing the ODR of a GPIO. Since a single request generator ...

JGiss.1 by Associate II
  • 111 Views
  • 3 replies
  • 0 kudos

STL Flash test failed

Hello,I'm working to add the STL Library to my existing project, I'm trying to run the function StlSingleTest but it fails (STL_FAILS) executing the STL_SCH_RunFlashTM(&StlFlashStatus) section.micro: STM32F446ZETFlash:Bootloader: 0x08000000 - 0x0800F...

MauroM by Associate
  • 1252 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 FATFS with SPI FLASH

I am trying to interface a SPI flash from Winbond (W25Q64JV) with FATFS.I have no previous experience with FATFS.I initialize FATFS in CubeMX with the option "used-defined" and modified the MAXIMUM and MINIMUM Sector Size to 4096, as it is the smalle...