STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt Handler

Posted on March 22, 2016 at 12:46Hi, I have two interrupt with different pre-emption priority.When the higher priority interrupt handler is executed, I would like to ''kill'' the lower priority interrupt handler, if it was running.is it possible?Tha...

sirpak by Associate II
  • 593 Views
  • 3 replies
  • 0 kudos

timer problem at low period value

Posted on March 21, 2016 at 15:46MCU: STM32F100C6T6 ; clocks: 12MHz externalsysclk=hclk=pclk1=pclk2=12MHzI have configured TIM16 as follow TIM_TimeBaseStructure3.TIM_Period = 5;// TIM_TimeBaseStructure3.TIM_Prescaler = 12-1;// TIM_TimeBaseStructure3...

ionutF by Associate III
  • 625 Views
  • 3 replies
  • 0 kudos

stm32l011x.h and 21 Missing DMA1_Channel6/7

Posted on March 17, 2016 at 16:49V1.5.0 for L011 and L021 miss following defines: #define DMA1_Channel6       ((DMA_Channel_TypeDef *) DMA1_Channel6_BASE) #define DMA1_Channel7       ((DMA_Channel_TypeDef *) DMA1_Channel7_BASE) RM0377 Rev5 tells tha...

UART flash loader

Posted on March 22, 2016 at 13:35Hi, I have board with two mcu (stm32f072 and stm32f031). I would like to flash f031 by f072 via UART to easier support and only one firmware. Is somewhere example?

STM32F4Discovery I2S frame error issue

Posted on March 19, 2016 at 12:14I'm working with CC2564MODNEM ( TI dual mode bluetooth controller). Tried to test their samples for STM32F4. I have described the problem at the link below.https://e2e.ti.com/support/wireless_connectivity/bluetooth_c...

harinath by Associate III
  • 680 Views
  • 1 replies
  • 0 kudos