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

HSE clock bypass means?

Posted on November 28, 2016 at 03:20Recently, I read reference manual about stm32f4 rcc,but I have no idea about what is HSE clock bypass, I only know that there is a bit in RCC->CR for HSE BYPASS.I study the driver function RCC_HSEConfig()there are...

ctc.ctc by Associate II
  • 8335 Views
  • 5 replies
  • 0 kudos

LSE OSC Fail in STM32F107

Posted on November 27, 2016 at 07:22Dear,I am using STM32F107 with External 32KHz crystal and backup battery in my product.sometimes in power on, after:  RCC_LSEConfig(RCC_LSE_ON);then wait for LSE readey :while (RCC_GetFlagStatus(RCC_FLAG_LSERDY) =...

IDE and compiler for STM32L

Posted on November 08, 2016 at 09:37Hi,I've installed Coocox CoIde and ARM GCC compiler. But I cannot create new project in Coocox IDE as it shows error message in repository. I've STM32L152 discovery board and I've tried example codes provided. It ...

ashelke by Associate
  • 473 Views
  • 1 replies
  • 0 kudos

System Workbench Project Structure Question

Posted on November 23, 2016 at 15:02Hi, I have a question about the using of System Workbench and projects.When I download a firmware from ST website, usually I put the extracted folder in the System Workbench workspace, then click Import -> Existin...

STM32F756G-Eval LCD Pixel Format

Posted on November 28, 2016 at 18:01Hi. I'm trying to try something on LCD interface with the evaluation board. I want that the LCD module work with RGB565 interface but the colors are not correct when I set everything (or I'm thinking I set everyth...

STM32F207 DMA PWM

Posted on November 24, 2016 at 22:06Hi, I'm using STM32F207 and I would like to trigger DMA transfer on the falling edge of the PWM (duty cycle). So, I have configured TIM1 in PWM mode and enabled CC1DE and CCDS bits. uint8_t outBuffer[16] = {0}; in...

0690X00000605SsQAI.png
ace0 by Associate II
  • 974 Views
  • 5 replies
  • 0 kudos

Scanf with Nucleo-F401RE & STM Eclipse C IDE

Posted on November 25, 2016 at 12:23Hello, first i have to say, i´m a bloody Beginner with C and STM. Never the less, i have the following problem. I just want do make it possible to communicate with Terminal (Putty, Terra Term,...). Printf seems to...

kai23 by Associate
  • 999 Views
  • 5 replies
  • 0 kudos

Debuging .bin file

Posted on November 28, 2016 at 14:42Hello,I am using eclipse with a Nucleo F103 and OpenOCD (or alternativly TrueStudio) and would like to do the following. I have a .bin file without the sourcecode. Now I would like to step through the disassembly ...

machinist by Associate III
  • 376 Views
  • 1 replies
  • 0 kudos

STemWin - WM_SetCreateFlags(WM_CF_MEMDEV) caused problem

Posted on November 28, 2016 at 14:29Hello,I have a problem with my application based on STemWin lib 5.32. Without  WM_SetCreateFlags(WM_CF_MEMDEV) works very fine but there is some flikering. After activation of use memory device 1-2 minuts program ...