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

MTTF Reliability of STM32F0 controller

Posted on February 17, 2015 at 09:12Hi, I couldn't find a value for the lifetime of the microcontroller. I just found these very big and complicated stuff in the datasheet, but no value or something. Maybe somebody could help me out. I expect someth...

SPI interface STM-32

Posted on February 17, 2015 at 06:44 I have been trying to interface between cc3200 and tdc gp-22,in which i got example code for tdc gp-22 which is written for STM32F105_VC microprocessor. The attached function is used for '' Reads n bytes fr...

Need help configuring DMA FIFO's for SDIO Operation

Posted on February 06, 2015 at 02:29Hello all,I am trying to write a block of data from memory to a SDHC card through the DMA interface.The hardware I'm using is a STM32F401 Discovery board. I've hooked my own SD card connector to the proper pins. I...

0690X00000603RYQAY.jpg

STM32Cube f0 code example problem

Posted on February 14, 2015 at 18:52hello all i'am new stm32f0 user and While trying to run code example from stm32 cube in keil Version 5.14  i found this error ..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f072xb.h(130): error: ...

STM32F4 GPIO init delay?/sanity check

Posted on February 14, 2015 at 22:42 Hi all, I'm playing around with an STM32F4 Discovery board, and I ran into an interesting issue. I'm using the GCC embedded ARM toolchain. This is the main code in question: #include <stm32f...

ADC_TripleMode_RegSimult data corruption

Posted on February 13, 2015 at 16:45I am using stm32f427 chip with external SDRAM. I tried to implement ADC triple mode but I found the raw data transferred to external memory by DMA is duplicated or corrupted.#define SDRAM_BANK1_1MB_ADDR      (0xC0...

0690X00000605EgQAI.png
intcd31 by Associate II
  • 605 Views
  • 2 replies
  • 0 kudos

Read accelerometer values STM32F4Discovery using I2C

Posted on February 12, 2015 at 15:09 Hi, I'm trying to read the accelerometer (LIS302DL) in the STM32F4Discovery board using the I2C-Bus. Unfortunately, my aapproach is not working. When i (try to) configure the IC an read the ''Who_...

doukione by Associate II
  • 1140 Views
  • 6 replies
  • 0 kudos

I2C weird read value return in STM32F429I Disco

Posted on February 16, 2015 at 10:52Hey everyone,I am trying to get the Device ID of an I2C connected image sensor for our project but somehow the value keeps returning 0x00. I did recieve the Device ID (0xA0) a couple of times but could not do so o...

two STM32 micro USART communication

Posted on February 14, 2015 at 14:33In my design, I am using two STM32 micro communicate with USART, the connection is as below, these two micro is in same board, and the communicate trace line length is around 1.5 inch. STM32F030 (USART1_TX)  PA9--...