STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103 USART DMA issue

Posted on February 26, 2014 at 15:29Hi all,I have a problem using the DMA with USART3 on an STM32F103 MCU:I've configured the USART3 to transmit a buffer (fixed length) one shot using the DMA (just transmitting, not receiving) and then stop transmit...

Flash Loader - no target to select

Posted on December 01, 2013 at 22:57I am able to connect to my STM32F427 processor via FLD, but there is empty list, where you select target. I also get info about PID: 0419; BID: NA; Version 3.1.If I click next, and want to upload a file, it says t...

jernej by Associate
  • 840 Views
  • 4 replies
  • 0 kudos

problem with FreeRTOS and USB

Posted on February 26, 2014 at 16:37hello everyone today I have a problem but I don't have any solution for that my problem: with USB per 1(ms) send 1 interrupt to system and if not solve this interrupt, the data will be broken                      ...

STM32F and BLE

Posted on February 27, 2014 at 01:17I have an existing application that uses a STM32F series MCU and I wish to extend it with Low Energy BlueTooth. I only require BLE not Dual Mode.I have been looking at the STBLC01. Documentation states that a prot...

darren2 by Associate
  • 217 Views
  • 0 replies
  • 0 kudos

STLink V2 on STM32F4 Discovery

Posted on February 26, 2014 at 11:17Hello,I have a STM32F4 Discovery. It has an on-board STLink V2 debugger that programs/debug the STM32F407 micro. I'm develloping a circuit that has also a STM32 micro and I would like to know if  I can use the STL...

Flash Loader Demo unable to erase stm32f207vg

Posted on February 26, 2014 at 11:08When i use the flash demo to erase my mcu, i selected erase all and click Next, flash demo tell me ''FAIL: Unable to erase flash''.What's wrong? Where can I get more information about it?thanks.   

0690X00000602rLQAQ.jpg

ADC help needed

Posted on February 25, 2014 at 11:44 Hi, I think I'm missing out something simple or doing something stupid. I'm trying to do adc conversion on 3 channels on ADC1 continuously (loop). I use EOC interrupt and store the adc value in buffer. ...