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

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
  • 472 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
  • 972 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
  • 995 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
  • 375 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 ...

stm32f429 memory device problem

Posted on November 18, 2016 at 14:54Hi, I am using stemwin memory device for my own stm32f429 board with 8Mbyte external ram. When i create a 320*240 memory device , the lcd is flickering, but when i create a 320*230 memory device it does not flicke...

er3481 by Senior
  • 665 Views
  • 5 replies
  • 0 kudos

Shutting down USB device FS to reduce power consumption

Posted on November 25, 2016 at 18:07 Due to power saving I want to disable the USB stack on the fly. For comparison: If I do not enable the USB stack at all (e.g. by not invoking MX_USB_DEVICE_Init()) everything is fine. If I do and decid...

bm by Associate II
  • 636 Views
  • 4 replies
  • 0 kudos