STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 892 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
  • 2061 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
  • 2071 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...

mehdi2399 by Associate II
  • 1027 Views
  • 3 replies
  • 0 kudos

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 ....

Ringing noise in PWM Outputs STM32F4

Posted on October 13, 2016 at 17:02Hi, I�m using the STM32F4 Discovery TIMER3 with channel 1 and channel 3 in mode pwm output.  I realised that when I�m use the module timer, I get ringing noise in the rising edge and falling edge of the PWM, and al...

lortiz by Associate
  • 1202 Views
  • 3 replies
  • 0 kudos