STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Initialization of TIM1 in CubeMX doesn`t work.

Posted on November 11, 2017 at 15:07Hello! I try to use a TIM1 in a PWM bipolar mode (chip is stm32f030f4p6).I use CubeMX . But after compilation of the project the timer doesn`t work. Must I write my own code for start this timer? Thanks a lot for ...

STM32F205 TIM8 advanced mode problem

Posted on November 09, 2017 at 08:07I have a problem on negative output when use the TIM8 with 6 complementary output (same on TIM1).the problem is the polarity setting on Negative channel not work if not enable one of the output (positive or negati...

Jeck7778 by Associate II
  • 562 Views
  • 2 replies
  • 0 kudos

STM32F302R8 MCU UART2 Tx Incompleted

Posted on November 10, 2017 at 05:42 Hi, I used STM32F103 MCU before and was new for STM32F3x MCU. My stm32f103 codes was migrated to stm32f302 codes for stm32f302r8 MCU.The code problem is that after power on, MCU turned on LED normally and prin...

0690X0000060PCNQA2.png

STM32F407G-DISC1 requires PC connection to boot

Posted on March 28, 2016 at 23:29Recently the STM32F407 discovery board changed part numbers from STM32F4DISCOVERY to STM32F407G-DISC1. The old boards could be powered directly via the 5V pins on the headers, or via a USB wall-wart, but the new boar...

trenton by Associate
  • 689 Views
  • 4 replies
  • 0 kudos

How to Fix Code 43 Errors for STM32F407G-DISC1 MCU?

Posted on November 10, 2017 at 18:54Windows has stopped this device because it has reported problems. (Code 43)  A request for the USB device descriptor failed. How to Fix Code 43 Errors for STM32F407G-DISC1 MCU?NOTE: MY BOARD IS STM32F407G-DISC1I H...

Perform Smooth Calibration on STM32L433 not working

Posted on November 10, 2017 at 21:03Hi, I need to calibrate my RTC crystal that is drifting about 7 seconds every 18014 that according to my calculations is about 389 ppm. I Tryed to perform the calibration with the following initialization code, bu...

luisf by Associate II
  • 315 Views
  • 0 replies
  • 0 kudos

External chip initialization through SPI problem

Posted on November 10, 2017 at 18:21I have an STM32F103C8T6 uC and an ASIC chip with memory. They communicate with SPI interface, ST being the Master device. On the uC lies a Firmware by the vendor of the ASIC device. I have been trying to shape it ...

STM32L496 SPI don't work 8bit

Posted on November 09, 2017 at 15:07Hi,i use a STM32L496.I configured the SPI to communicate 8bit but it always generates 16clk e 16bit data.SPI : MASTER- halfduplex 2wire(1clk , 1Mosi/Miso) /* Enable clock for SPI2 */ RCC->APB1ENR1 |= RCC_APB1ENR1_...