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

I2C Busy flag problem

Posted on June 21, 2012 at 12:58The original post was too long to process during our migration. Please click on the attachment to read the original post.

pietro2 by Associate II
  • 656 Views
  • 4 replies
  • 0 kudos

IAP Bootloader Question

Posted on November 27, 2013 at 20:15 I've developed a single project[using two separate irom sections which keil currently manages] that contains my bootloader and ApplicationMain(). The first flash block is reserved for the bootloader that runs...

STM32f0 Modulated Timer PWM

Posted on November 24, 2013 at 18:27Hi,I am playing around with the STM32f0 discovery board. The timers are very powerful but the reference manual is quite rough about some interesting aspects of those and I have a hard time figuring how to achieve ...

dschnell by Associate II
  • 1205 Views
  • 6 replies
  • 0 kudos

CAN cannot enter RX interrupt when ADC enabled

Posted on November 27, 2013 at 15:13Hi eveveryone,I met a very strange problem in STM32F103VC. I used PB8 and PB9 for CAN, PA6 and PA7 for 2 channel ADC. The CAN communication use interrrupt mode, ADC use query mode. If I only use CAN, it works well...

Problem with SystemInit();

Posted on November 22, 2013 at 09:46I initialize systeminit() in the main() and every time my Programm stops in the Code at this position in the degug-mode /* Wait till the main PLL is ready */     while((RCC->CR & RCC_CR_PLLRDY) == 0)     {     } i...

New STM32F333

Posted on November 27, 2013 at 11:22 Hi. Can Someone tell when the new STM32F333 should be released? Ari. 

Asantos by Senior
  • 347 Views
  • 1 replies
  • 0 kudos

Flash loader demonstrator fail part way through download

Posted on November 13, 2013 at 07:03Hi all,I'm trying to test the system bootloader on an STM32F417 to download a .bin file into flash memory using the STM32F4G-EVAL board. After setting the boot pins as per AN2606 (BOOT0 = 1, BOOT1 = 0) I reset and...

STM32VL Discovery Input Capture Mode

Posted on November 26, 2013 at 21:50Hello,I want to measure the frequency of an input pwm signal. To do so, I've examined the TIM/InputCapture example. In this example, as long as the signal comes in, the program generates interrupt. But, I need to ...