STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 1004 Views
  • 5 replies
  • 0 kudos

AN2606 (internal bootloader) documentation errors

Posted on August 09, 2016 at 19:19These are minor errors, but it'd a pity to have them nevertheless, once spotted. Table 1. Applicable products - missing part numbers altogether for L1, F1 and F2Table 3. Embedded bootloaders - for F0, in Device co...

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
  • 2414 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
  • 2557 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
  • 1174 Views
  • 3 replies
  • 0 kudos

STM32F4 - connect ST-Link without RESET

Posted on October 14, 2016 at 04:55I have an issue with a custom board using an STM32F427 that only shows up when I run outside the debugger.  I've done some searching without any luck - is there a way to get TrueSTUDIO (or any other debug environme...

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