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

STM32CubeMX Bug report: LTDC

Posted on March 06, 2015 at 09:29STM32CubeMX, Version 4.6.0 LTDC Configuration (STM32F429VITx) When a Project is saved and reopened, the Calculated Values of the LTDC Configuration are set to some Default values of a 640x480 Display instead of using...

0690X00000603RiQAI.jpg 0690X00000603RnQAI.jpg
stst9191 by Associate II
  • 797 Views
  • 3 replies
  • 0 kudos

BUG: stm32cubemx on every save change some values randomly

Posted on March 31, 2015 at 22:34Hi! How to reproduce 1) Save copy of .ioc file. 2) Open project in CubeMx. 3) Don't change anything. Just save project 4) Compare file whit saved copy. You will found many differences like this -PA9.GPIOParameters=GP...

vromanov by Associate II
  • 653 Views
  • 6 replies
  • 0 kudos

CubeMX 4.6 i2c settings messed up

Posted on February 08, 2015 at 20:28Tested on STM32F030C8x chip - when configuring i2c via CubeMX available options for ''Clock No Stretch Mode'' are ''Clock Stretch Enabled'' mapped to I2C_NOSTRETCH_ENABLED (and via macros to I2C_CR1_NOSTRETCH) whi...

I've got example code in my libraries!

Posted on January 27, 2015 at 19:01I've updated cubemx to have the 1.4.0 library for STM32F4 and it comes with example code in /Drivers/CMSIS/DSP_Lib/Examples.It's easy enough to tell eclipse to ignore the whole DSP_Lib directory, but shouldn't exam...

[Solved] STM32F4-Discovery: trouble with example TIM_OCTOggle

Posted on June 30, 2015 at 10:23 Hi. I'm trying to run TIM_OCToggle example from SPL 1.4.0.  It works in general, but I think it isn't correct: all frequencies are equals. I checked it by oscilloscope. Waveforms are the same and shifted each other. ...

t2399 by Associate II
  • 645 Views
  • 2 replies
  • 0 kudos

STem Win & CubeMX

Posted on June 05, 2015 at 20:27Hello,Maybe a silly question but I have the latest CubeMX (4.8.0) and STM32F4 (1.6.0). I am able to see the STemWin directories and code under the CubeMX repository but I cannot find any way to generate a project incl...

abrous3d by Associate II
  • 646 Views
  • 2 replies
  • 0 kudos

STM32F4 discovery ADC with CubeMX F4

Posted on April 16, 2015 at 21:25 Dear, I start a project with CubeMX for the first time and I need to use ADC. I configure ADC1 IN1 to do this. I use HAL_ADC_START_IT to launch the continuous conversion and have an interrupt wh...

Unable to read stm32f407 adc dma

Posted on June 29, 2015 at 19:04Hi, I am tyring to read 3 adc channel through DMA using STM32F4 discovery board ,ADC channel 10,11,12 through  PC0,PC1,PC2 . i have connected 3 volt dc to  the all three channel, but the control seems to be failed to ...