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

stm32f4 adc multiple channels with dma

Posted on January 14, 2015 at 17:40 Hi, I am trying to use 4 adc channels with adc 1 and dma 1 stream 0.I don't know why but it seems that the dma isn't doing its job. Any suggestions? #include ''stm32f4xx_gpio.h'' #include ''stm32f4xx...

d4ng3r09 by Associate II
  • 826 Views
  • 4 replies
  • 0 kudos

ITM SWOTRACE using DMA

Posted on January 14, 2015 at 13:10Hello there, I am trying to make an efficient debug trace system on a stm32F4discovery board. For now I have an example of an application that uses ITM the standard way- it prints data in a loop. I was wondering ei...

STM32F4 : USB library : toggle bug ?

Posted on October 09, 2012 at 23:02Hello,I'm trying to port the STM32  USB host+MSC driver to the little board fez cerb40 (stm32F405rg) to allow it to read a USB stick.I'm blocked on a problem since several days.I followed the guide and the CORE ste...

Ixox by Associate II
  • 921 Views
  • 4 replies
  • 0 kudos

Beginner Assistance, connecting the STM32F103RCT6

Posted on January 13, 2015 at 10:15Hi all, I have been asked to take over a project on a custom built board that features the STM32F103RCT6 processor. I have installed Keil Uvision IDE but am struggling to communicate with the board so I wondered if...

lo0446 by Associate II
  • 1532 Views
  • 3 replies
  • 0 kudos

STM32F4 TIM DMA using HAL

Posted on January 13, 2015 at 20:36I would like to update the ARR of TIM2 after each overflow is reached. I tried this with HAL_TIM_Start_DMA, but it only seems to start the timer; the timer period elapsed callback is never reached. I have set the i...

Roth.Ian by Associate II
  • 453 Views
  • 0 replies
  • 0 kudos

stm32f030 usrt surprissing issue

Posted on January 12, 2015 at 19:05I have written  two pieces of code for usart half duplex for the two f030 evaluation board respectivelyThe code workss as followsIn the first piece of code (named as board 1) the usart1 sendinng the data waitinng f...

sanjib by Associate III
  • 825 Views
  • 6 replies
  • 0 kudos

sysem us startup time

Posted on January 13, 2015 at 17:25I use      #define   micros()                   SysTick->VAL + HAL_GetTick()*1000 is it true ?

LTDC AF mapping bug in CubeMX code?

Posted on December 27, 2014 at 12:10CubeMX (CubeMX v4.3.1, STM32Cube V1.0) generated pinout for STM32F429  LTDC is/** LTDC GPIO Configuration         PE4     ------> LTDC_B0     PE5     ------> LTDC_G0     PE6     ------> LTDC_G1     PI9     ------>...