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

Suggest an Eval Kit for STM32F101CB ?

Posted on December 09, 2013 at 06:37Hi, I am in search of Evaluation Kit for STM32F101CB , I am bit confused about picking a right evaluation board for this processor :( Can anyone please suggest me a good evaluation environment for STM32F101CB  ??...

STM32F0 CPAL I2C

Posted on June 01, 2013 at 17:23I'm trying to use to CPAL library to send data between I2C1 and I2C2 devices. I use STM32F0DISCOVERY. I2C1 is master, I2C2 is slave. In logic analizer I see that master send addres of slave but no ACK from slave. In ...

STM32F4 Discovery FSMC not working in 8bit mode

Posted on July 15, 2013 at 21:40 Hello I am working on a project that uses FSMC .Everything is fine when I use 16bit mode but in every write i need to shift the data <<8 to bring it on to the D8-D15 lines . I cant use DMA like this . so i need a...

STM32F4 and SSD1963 noise problem

Posted on December 09, 2013 at 15:02I have 7'' TFT  with SSD1963 chip. I  noticed that there is a picture on the screen, but there is a big problem. As soon as I touched the screen body anywhere , the screen was dark. In addition,  when I replaced s...

Suggest an Eval Kit for STM32F101CB ?

Posted on December 09, 2013 at 06:43Hi, I am in search of Evaluation Kit for STM32F101CB , I am bit confused about picking a right evaluation board for this processor :( Can anyone please suggest me a good evaluation environment for STM32F101CB  ??...

ADC 12bit in STM32f4 discovery

Posted on December 07, 2013 at 17:01Hi. Can you show me ADC register map of  ADC1 and ADC2 12 bit? in example incle lib  ADC3_DR_ADDRESS     0x4001224C. I read manual but can find it. In ADC I see 0x000 - 0x04C ADC1.0x100 - 0x14C ADC2.Thanks

41003160 by Associate II
  • 764 Views
  • 3 replies
  • 0 kudos

Independent Watchdog Timer

Posted on December 08, 2013 at 14:54hello I want to learn how to use independent watchdog so I wrote this code but it doesnt work .here is my code :#include ''stm32f10x.h''#include ''stm32_eval.h''#include <stdio.h>GPIO_InitTypeDef GPIO_Config_Anaht...