STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L0 Getting RTC Wakeup Counter

Posted on August 19, 2016 at 10:50Hello, I'm planning to use STM32L0 for a battery powered application. I am working on STM32L0 discovery board now. In my project, the external pulses will be counted while microcontroller is in stop mode. And a time...

vTaskResume,vTaskSuspend

Posted on August 16, 2016 at 11:45        hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...

rajesh23 by Associate II
  • 858 Views
  • 3 replies
  • 0 kudos

STemWin and user DMA2D operations on STM32F746 Discovery

Posted on July 14, 2016 at 12:52Hi,I got an application that uses STemWin to display a GUI on STM32F746 Discovery LCD.The STemWin initialization is this** GUI_Init(); /* Activate the use of memory device feature */       WM_SetCreateFlags(WM_CF_MEMD...

sv1eia by Associate II
  • 414 Views
  • 1 replies
  • 0 kudos

vTaskSuspend,vTaskResume

Posted on August 02, 2016 at 11:29 hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...

rajesh23 by Associate II
  • 384 Views
  • 1 replies
  • 0 kudos

cubemx bug report

Posted on August 08, 2016 at 05:31HiI am using cubemx to config RTC of stm32L0. For the alarm mask configuration, if I select ''Alarm Mask Minutes'', in the generated code, only RTC_ALARMMASK_MINUTES is set. However, generally, if MINUTES is masked,...

harryzwh by Associate
  • 287 Views
  • 1 replies
  • 0 kudos

STM32F1 USB in CDC mode

Posted on August 19, 2016 at 10:38 Hello there, I am struggling with this issue for over a (whole) day now... I have a custom STM32F103VBT6 board. I am trying to power up USB in CDC mode. I am using CubeMX to generate the code. At first, my ...