STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Tasking and Cube

Posted on February 13, 2015 at 06:54Any idea when tasking vx compiler will be supported in stm cube ?

sburr by Associate II
  • 348 Views
  • 2 replies
  • 0 kudos

I²S on STM32F411

Posted on June 30, 2015 at 15:49 Hi! I'm trying to communicate with a http://www.cirrus.com/en/pubs/proDatasheet/CS4344-45-48_F2.pdfDAC via I²S but I can't get it to work. I followed the steps on the STM32's HAL http://www.st.com/st-...

florent2 by Associate II
  • 477 Views
  • 1 replies
  • 0 kudos

stm32f4_extenal_clock

Posted on June 29, 2015 at 13:28hello every one i use stm32f429 micro controller and use external 8mhz oscillator as external clock src. and connect output frq of the oscillator to osc_in pin  and osc_out is floating. every thing work correctly i us...

STM32f0 ADC_IT_EOC is not getting set

Posted on June 30, 2015 at 12:33Hi All,           Iam using stm32f051r8t6 discovery for my application,facing problem while debugging the code in KEIL using stlink. The problem is when I enable ADC_IT_EOC though the ADC1_COMP_IRQHandler is getting i...

surya by Associate
  • 420 Views
  • 0 replies
  • 0 kudos

SPI clock initialisation problem

Posted on June 30, 2015 at 10:05 Hi everybody, I have a problem while doing the configuration of the SPI on my stm32f051r8. Indeed, I've written the hole initialization code but I can't see the the clock with a scope.. Can you help me? ...