STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 547 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
  • 1235 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
  • 1309 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 ....

Labels