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.
Ask questions, find answers, and share insights on STM32 products and their technical features.
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.
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...
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 ...
Posted on November 25, 2013 at 22:38Hello I am a rookie C programmer who has a problem with a STM32F2 microcontroller I have configured the RTC API according to STM, but when 24 hours is exceeded the date does not update, it only updates when you do...
Posted on November 27, 2013 at 06:17what is difference between TIMx_CH1 and TIMERx_CH1N
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...
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...
Posted on November 27, 2013 at 11:22 Hi. Can Someone tell when the new STM32F333 should be released? Ari.
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...
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 ...