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

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
  • 1039 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
  • 1070 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
  • 408 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
  • 715 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
  • 694 Views
  • 4 replies
  • 0 kudos

Cube Updated.

Posted on November 25, 2016 at 17:59I see the cubeL4 went from 1.5.2 to 1.6 today or late yesterday. Don't know yet what all it entails but maybe they cleaned up 1.5.0 + 1.5.2 PATCH and rolled a new version. Might check your libraries and see if the...

DAC DMA is giving error in stm32f3xx_hal_msp.c

Posted on November 27, 2016 at 01:50 Hello! I am currently using stm32mx cube to create sine wave through the DAC. When I am building the project, I am receiving an error in regards to the stm32f3xx_hal_msp.c which should not require any ...