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

STM32F4xx - cannot start the pheriperie I2C

Posted on June 06, 2012 at 11:30Hello, Always, when I set on the clock in I2C1 or I2C2, in the status register SR2 is the BUSY bit set. Here the code:int main(void) { I2C1_DBG = (I2C_TypeDef *) I2C1_BASE; // for debugging RCC->APB1ENR |= RCC_APB1ENR...

mm by Associate II
  • 792 Views
  • 3 replies
  • 0 kudos

CPAL I2C STM32F2

Posted on October 12, 2012 at 15:51Hello,I'm using the CPAL library.During the ''CPAL_I2C_Init ()'' when the I2C clock is set on, the BUSY bit in the status register SR2 is always set too. Why the BUSY bit is set ?I'm using the I2C1 on a STM32F217VG...

help!A problem among BSRR,BSRRL and BSRRH

Posted on October 13, 2012 at 20:22when I build my project,an error ''User\main.c(12): error:  &sharp136: struct ''<unnamed>'' has no field ''BSRR''   '' was appeared . k yes,I check the '' STM32F2xx_StdPeriph_Lib_V1.1.0 '' of STM32F2XX , it doesn't...

System Clock, Interrupts and USART data loss

Posted on October 11, 2012 at 20:40Hello, I want to share my story about the use of the microprocessor and the problems arising from it. My system consists of a microprocessor ARM Cortex M3 STM32F103RC6 and various peripherals. I use this system to...

kchuva by Associate II
  • 2191 Views
  • 9 replies
  • 0 kudos

STM32L151 Flash write speed

Posted on October 12, 2012 at 15:35Hello all, I have a question about in application programming speeds with the L151. I have a working bootloader for both the L151 and the F207 micros. They are nearly 100% identical take a master/slave setup. For i...

stbbrad3 by Associate II
  • 1870 Views
  • 2 replies
  • 0 kudos

Missing Cortex-M3 instruction timing

Posted on October 11, 2012 at 10:00ST Cortex-M3 programming manual nicely describes all instruction, how they work and what they do but there is no info how many clock cycles it takes to execute given instruction.Fortunately I found ARM Cortex-M3 ma...

zzdz2 by Associate II
  • 1123 Views
  • 5 replies
  • 0 kudos

compensating networks

Posted on October 11, 2012 at 22:08Is there a library that implements compensation networks such as PID for STM32F4xx? #compensating-networks-pid

betuel by Associate II
  • 953 Views
  • 3 replies
  • 0 kudos