STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

i2c is not working for stm32f051

Posted on November 05, 2013 at 16:51Hello everybody, I have an application for the STM32f051 wich has a i2c device connected I have configured and initialized the i2c, however when I send some data both SDA and SDI lines are staying 'high', I don't ...

evert2 by Associate II
  • 464 Views
  • 1 replies
  • 0 kudos

how to sync two stm32 chips' DMA section?

Posted on November 04, 2013 at 00:36i have three stm32f1x chips working with one  oscillator on the same pcb board. it works well. the three chips, let's say A, B, C, A as master chip, B and C as slave chips. now i need to achieve very high speed co...

wonss by Associate
  • 921 Views
  • 4 replies
  • 0 kudos

Adc channel problem

Posted on November 05, 2013 at 12:59Hello, I'm using stm32f417vg chip and arm-none-eabi-gcc compiler(and gdb). I try to get adc to read 14 analog input channels. Channels 1, 2, 3 values are fine, but when i read channel 4 value doesn't change at al...

teijo by Associate II
  • 402 Views
  • 2 replies
  • 0 kudos

STM32L152 RTC periodic wakeup

Posted on November 05, 2013 at 14:42Hi all,I'm quite new with STM32 and I'm trying to set up the RTC module to raise a periodic wake-up interrupt every second (using LSI).The configuration seems to be working, the interrupt is effectively raised, bu...

STM32F0 Discovery -> ST Link V2

Posted on November 04, 2013 at 03:23Going through the schematics for the board I see that the ST Link is connected to the JTAG programming connections to the F0 chip from the F1 chip.  So all the drivers etc. handle this connection normally. But the...

Freeze timers in breakpoints

Posted on April 25, 2013 at 17:15Hi all I've tried to debugg a controll-function, but this is impossible because the timers (one create ticks and the oder count them) are running while the programm is freezed in a breakpoint. The stdPeriph_lib has s...

pa by Associate II
  • 1175 Views
  • 8 replies
  • 0 kudos

STM32F0 Discovery -> Demo source hard faults???

Posted on November 04, 2013 at 05:13I got the IAR tool chain installed and downloaded the discovery kit firmware package from the page:http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF253215 I open the STM32F0-Discovery-Demo and then in IAR ...