STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_RTC_SetDate function assert_fail.

HAL_StatusTypeDef HAL_RTC_SetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format) { uint32_t datetmpreg = 0U; /* Check the parameters */ assert_param(IS_RTC_FORMAT(Format)); /* Process Locked */ __HAL_LOCK(hrtc); ...

TDao.19 by Associate II
  • 443 Views
  • 3 replies
  • 0 kudos

When does the STM32F2 abort a USB pipe?

I have an STM32F2 MCU acting as a USB CDC Device. When I stress-tested my communication code by sending data as fast as possible (i.e., as fast s the USB Host will allow), I discovered that data was being dropped. In particular, there would be 64 or ...

RKeelan by Associate
  • 378 Views
  • 0 replies
  • 0 kudos

STM32H7 SDIO + FatFs + RTOS + DMA + SDMMC

Posted on May 09, 2018 at 17:16I am currently using stm32h743ZI nucleo board with a Sparkfun SD/MMC card breakout and SanDisk class 10 8 GB SDHC micro sd card (with adapter).I have a similar working project for F767zi nucleo, am now trying to port i...

Sam Ho by Associate II
  • 1148 Views
  • 9 replies
  • 0 kudos

2 x HS USB

Hello,Has anyone heard anything about a H7 class device with 2x HS USB? I would like to stick with ST parts for an upcoming project but I need 2 x HS USB. The i.MXRT series has this feature but the documentation for these parts is terrible...Will the...

pr242 by Associate II
  • 252 Views
  • 1 replies
  • 0 kudos