STM32 MCUs Products

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

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
  • 427 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