STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411 Virtual Com Error (Code 10)

Posted on May 06, 2015 at 15:05Hello,I am using the Cube to configure the micro's USB OTG as a virtual com device.  However, when I plug this USB into my Windows 7 PC, the driver on the PC reports that the device cannot be started (code 10).  I have...

nmadinger by Associate II
  • 1313 Views
  • 7 replies
  • 0 kudos

cubeMX EWARM problem

Posted on May 07, 2015 at 14:51Hi I have a small problem with generating  EWARM for IAR project files.When I generate code, cubeMx generate file, until it starts generating the project files, then it stops, or work very slow.Anyone else experience t...

spa23 by Associate III
  • 242 Views
  • 0 replies
  • 0 kudos

F103: ADC injected scan mode question

Posted on September 24, 2014 at 02:19Hello,I'm implementing a high power buck converter using STM32F103C8. I need to measure voltage on 4 channels during each PWM period. I figured, that i will use ADC injected mode for this. Since PWM is being gene...

Problems using DMA on DAC channel 2

Posted on May 07, 2015 at 11:17I am experimenting STM32F429 on a discovery board. After creating set board settings with STM32CubeMX, I created a few lines to generate a wave on DAC channel 2 using DMA. Everything seems correct in the registers, but...

infor by Associate III
  • 305 Views
  • 2 replies
  • 0 kudos

How to use HAL_USART_Transmit ?

Posted on May 07, 2015 at 02:06 Hi Guys, How can I use HAL_USART_Transmit ? I've initialized USART1... And I want to transmit a test message on the task : void StartTask02(void const * argument) { /* USER CODE BEGIN St...

Overview of the STM32 IO ports? PWM?

Posted on May 06, 2015 at 18:55Currently in the investigative process of migrating PIC to STM32 I'm pretty early in on the process so go easy on me. My work is mostly CAN but also USB, some switches and LED work. PWM questions: 1. I see the STM32F1...

este00 by Associate II
  • 1018 Views
  • 2 replies
  • 0 kudos

USART application DELAY error on STM32F4

Posted on May 06, 2015 at 21:33I have develop an app and one button is sending the string A. However when i connect the STM32F407 and run the program it only can execute one command line instead of all command under the char A. Is there anyway to ta...