STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Bootloader - DFU USB and not DfuSe

Posted on February 17, 2015 at 14:10Hello,the STM32F4 Library has an example for DFU over USB (usbd_dfu.c). However, it is implemented the DfuSe way, so it does not follow the DFU standard and can't be used with software which follows the standard. ...

STM32F0 playback audio using pwm and DMA

Posted on February 17, 2015 at 11:08I have successfully made it work with STM32F072 board using the dac, dma, tim6. The timer is responsible of triggering the dac and there is a double buffer mechanism when dma finish handling the current buffer. ba...

roy23 by Associate II
  • 438 Views
  • 0 replies
  • 0 kudos

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