STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_RTCEx_SetWakeUpTimer_IT issue (STM32L475RC)

Hi,I'm really struggling with this, I cannot find any reason for the problem I'm seeing, I've looked at the example code in the firmware packages and I have identical code to the examples.I'm using HAL to configure the project, the RTC is clocked fro...

adrian by Associate III
  • 5047 Views
  • 14 replies
  • 0 kudos

In the example of USB_VCP.How to transmit my owe data instead of the data that received by HOST(computer).

I have ported  example.In my board,the host can transmit data to my board through USB ,then my board received it and receiped it to the HOST.But now,I want o use the USB to transmit my owe data.so,I do not   know how to do it?Can you give me some sp...

xxing by Associate
  • 280 Views
  • 0 replies
  • 0 kudos

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
  • 780 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
  • 766 Views
  • 0 replies
  • 0 kudos