STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with multilayer on STM32F746

Posted on October 17, 2016 at 20:32Hello. I use STM32F746 Discovery with STemWin last version. When I start a project STM32746G-Discovery\Applications\STemWin\STemWin_HelloWorld\EWARM\Project.eww it works well. But after changing GUI_NUM_LAYERS valu...

0690X0000060363QAA.jpg

RESOLVED: TIM3 - 50 Hz pulse

Posted on October 13, 2016 at 00:41Hello, Will the following generate a 50 Hz pulse?(Since htim3.Init.Period = 19999 which I think equates to ~20ms) htim3.Instance = TIM3;  htim3.Init.Prescaler = 83;  htim3.Init.CounterMode = TIM_COUNTERMODE_UP;  ht...

selmesal by Associate II
  • 756 Views
  • 5 replies
  • 0 kudos

STM32 Flush USB Buffer

Posted on October 12, 2016 at 08:46 Hello all, I'm using the ST Library for USB Communication via VCP and as CDC Device.Now I'm trying to flush the buffer, when the µC recieves a ''p'' from the PC. I already tried to set APP_Rx_ptr_in and...

luk by Associate II
  • 1681 Views
  • 5 replies
  • 0 kudos

Resolved! USB Disk with CubeMX and STM32F4-Discovery

Posted on October 04, 2016 at 22:01I have been struggling to set up CubeMX to be able to read and write to a USB memory stick for STM32F4-Discovery board, similarly to what is done in the example from the repository (Repository\STM32Cube_FW_F4_V1.13...

evenlund by Associate III
  • 1752 Views
  • 4 replies
  • 0 kudos

serial connection to stm32f429i discovery board

Posted on October 15, 2016 at 11:20Hi,I'm trying to run uclinux on my discovery board.I loaded EMcafts uboot on my board,and then I wanted to enter command mode but it is impossible!I tryed hyper terminal and tera term on windows and of course Ckerm...

Measure frequency up to 10kHz

Posted on October 14, 2016 at 13:14hi , i want to measure frequency  using stm32f0.i didn't  get how use input capture direct  mode in timer refer http://https://www.youtube.com/watch?v=_wE7tbilca4 i am using keil MDK 5 and cube mx for programming ....