STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Synchronize Micros with independent clocks

Posted on January 31, 2017 at 23:25I want to synchronize micros that each have their own clock. Is that possible? I was thinking of having a Master control the synchronization with GPIO. Essentially, when the pin is high (or low), you start whatever...

Andrew C by Associate II
  • 498 Views
  • 3 replies
  • 0 kudos

NVIC_Init() conflict

Posted on January 31, 2017 at 21:39In the code excerpt below there appears to be contradictory settings for nvic. NVIC_IRQChannel on the lines commented// First selection **************************  // Second selection **************************In b...

John Hite by Associate III
  • 280 Views
  • 2 replies
  • 0 kudos

STM32F4 DMA/UART application notes.

Posted on January 31, 2017 at 18:19I am using an STM32 F437 processor and the broken code I inherited uses the DMA to handle traffic from UART8. I am still grasping at straws a bit trying to find the best sources of information. So I am hoping someo...

John Hite by Associate III
  • 833 Views
  • 5 replies
  • 0 kudos

STM32F411/RM0383 bad GPIOA->MODER reset value

Posted on January 31, 2017 at 16:57Hello,page 153 tells:8.4.1 GPIO port mode register (GPIOx_MODER) (x = A..E and H) Address offset: 0x00 Reset values: · 0x0C00 0000 for port AThis does not make sense and a look at a real device after reset gives:(...

Resolved! STM32F7 bootloader usart comm

Posted on January 31, 2017 at 15:56Hi All,I'm working with a board with two STM32F7 processors and trying to connector to the built in bootloader on one from the other via USART. The TX/RX lines are connected to the target on USART3 and on the maste...

hbarta2 by Associate III
  • 662 Views
  • 2 replies
  • 0 kudos

WKUP and EXTI

Posted on January 31, 2017 at 15:52Hello!I have a basic question about the association between WKUP and EXTI signals in a STM32. I am using a STM32L467.My system has a push button that I want to use to wake the mcu from the STANDBY power mode. I als...

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
  • 356 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...