STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART2 problem with cmsis library

Posted on September 07, 2016 at 08:06 Hello Here is my code shown below. #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void delay() { int i,j; for(i=0;i< 10000 ;i++) for( j = 0 ;j<100;j++); ...

parisa by Senior
  • 237 Views
  • 1 replies
  • 0 kudos

stm32f373 hangs when enabling ADC1

Posted on September 08, 2016 at 03:56Hello, I am trying to get the ADC1 running on the F373. The code was generated with CubeMx 4.15.0. I tried single and 4Ch scan mode (regular), continuous mode, with polling, IT and DMA. I always get the same hang...

jan_soe by Associate
  • 279 Views
  • 0 replies
  • 0 kudos

Stemwin Library Integration

Posted on August 30, 2016 at 09:22 I am trying to integrate STemWin_Library_V1.1.2 with my code in Keil uvision4(My controller is STM32F10VCT6 and display controller is SSD1963).But while compiling and linking shows  an error .\Obj\l1651_lcd.axf: Er...

sruthi by Associate II
  • 804 Views
  • 6 replies
  • 0 kudos

STM32L0 problem with retaining vector table

Posted on September 07, 2016 at 19:28Hi there!  I'm using the STM32L053 Discovery board, and I'm having a very weird problem.  Whenever I remove power from the board, whatever is in the first page of flash disappears.  The first 3 words become rando...

Jim Kaz by Associate II
  • 461 Views
  • 2 replies
  • 0 kudos

Irda standard version

Posted on September 06, 2016 at 17:39Hi everybodyI'm going to use the Irda output of STM32L151 and send som data to PC using the usb to irda adaptor in PC side. I want to know which version of the Irda standard used in STM 32 microcontroller? I  sea...

mh2 by Associate III
  • 488 Views
  • 2 replies
  • 0 kudos

stm32f373 sdadc with dma -> sporadic transfer errors

Posted on September 07, 2016 at 17:25Hi,I use the sdadc1 to measure 4 voltages in continous mode, single ended, injected, dma circular transfer to an array[4]. Apart from a huge offset error I don't know where it comes from, I see that either the SD...

jan_soe by Associate
  • 266 Views
  • 0 replies
  • 0 kudos