STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM1 Break Interrupt

Posted on January 31, 2017 at 16:06I have an Active Low signal for break. But the Interrupt seems to be Active High Level sensitive.Doesn't the interrupt TIM1_BRK_IRQHandler respect TIM_BDTR_BKP (polarity)?Chip: STM32F103

Jeroen3 by Senior
  • 134 Views
  • 0 replies
  • 0 kudos

Resolved! EWUPx and Stm32F412

Posted on January 31, 2017 at 13:49Hello,while DocID027813 Rev 4 chapter 5.4.2 knows aboit EWUP1..3, e.g.* @file stm32f412zx.h * @author MCD Application Team * @version V2.6.0only knows EWUP.EWUPx should be added in other headers too, where applicab...

stm32L476 12 Bit ADCs causing Spikes in Data

Posted on January 30, 2017 at 19:29Hi there,I am using the Stm 32L476 and I am trying to use 2 ADCs with 2 channels each with 12 Bit. So 4 Channels all together. I am using the ADCs in Regular simultanuous  multimode with DMA so I am able to transmi...

Bene Sch by Associate II
  • 376 Views
  • 7 replies
  • 0 kudos

TIM3 Clock Frequence is ZERO

Posted on January 31, 2017 at 10:02Hi, everyone! I am writing code for a NucleoF303K8,using std periph lib . I am trying to output PWM via the D3 pin, which is PB0 of the chip. It doesn't work. So I try to find out what's wrong. But when checking th...

Li JW by Associate II
  • 210 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F427 DFU-Mode

Posted on January 31, 2017 at 08:21Hello,I try to implement a bootloader via dfu mode.In my applicationi write a magic value and perform a reset.In the bootlaoder i read the magic value and try to jump to the system memory.Therefore i try this:Bootl...

uart interrupt, LowPower_Handler

Posted on January 31, 2017 at 08:23Hi.I am testing the I-CUBE-LRWAN(LoRa) Pingpong sample code.I am also testing uart interrupts.If you do not call the LowPower_Handler function in the main loop, the uart interrupt will work fine.However, calling th...

STM32f4 HAL_UART_RXit

Posted on January 30, 2017 at 13:46Hello everyone I am trying to use Interrupt based uart. I am facing problems to transmit and receive data continuously. i have attached the code.please can anyone help 

daynial by Associate II
  • 184 Views
  • 2 replies
  • 0 kudos