STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use Interrupt enable Registers?

Posted on November 11, 2017 at 18:15In Cortex m3/m4, Interrupt Set Enable Registers is used to enable/disable the interrupts. How would we know which bit corresponds to which interrupt? http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui...

Downloading STM32CubeF4 1.17.0 fails repeatedly.

Posted on November 11, 2017 at 00:52Hi all,I'm trying to download stm32cube_fw_f4_v1170.zip using the new Libraries manager. I must have tried at least ten times downloading this 418.0 MByte file, it downloads 418.1 MBytes then throws up an error:Er...

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

ADC DMA access mode 1 missing in CubeMX 4.23.0

Posted on November 10, 2017 at 23:09I'm working with a Nucleo F767ZI and BSP F7 V1.8.0.When setting up a pair of ADCs to do dual simultaneous conversions, DMA access mode disabled and mode 2 are the only choices.  Access mode 1 and 3 are missing fro...

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
  • 816 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
  • 358 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 ...