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

Mongoose (networking IoT library) is ported to STM32F4

Posted on September 08, 2016 at 13:32STM32 support has been added to the development branch of Mongoose, an open source, multi-protocol network library.This example shows STM32F4 with TI CC3100 working as MQTT client, sending messages to the MQTT se...

sergey23 by Associate II
  • 979 Views
  • 1 replies
  • 0 kudos

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
  • 349 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
  • 425 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
  • 1098 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
  • 611 Views
  • 2 replies
  • 0 kudos