STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 408 Views
  • 2 replies
  • 0 kudos

Keil and stm32CubeMX generated USB CDC project

Posted on February 16, 2015 at 18:06 I Keil and stm32CubeMX generated USB CDC project I generated a USB CDC driver using Cube MX for the STM32L0538 DISCO. This compiled and linked and connected to a PC. I tried to send some bytes usin...

0690X0000060Mn6QAE.gif

Usart Selection ports

Posted on February 16, 2015 at 10:49Hi Can I select the TX and RX from diffirenet ports ? for example TX PC12 for usart 5 but RX PD2 usart 5 ? or they should be same (  port RX must be PC11 )? Thank you in advanced

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...

USB FIle download ->''Snow'' on LCD

Posted on February 14, 2015 at 16:33Using USB and FATFS, I am downloading a large file from USB to external flash (approx 2 MB), during download, I can see small random ''snow'' white pixels on LCD screen.The file download is a separate FreeRTOS tas...

Johanan1 by Associate II
  • 240 Views
  • 1 replies
  • 0 kudos

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--...