Posted on May 17, 2011 at 13:34I think the analog Watchdog is a good solution. Is it posible to configure 4 watchdogs? In the samples I found the posibility to configure the channel or all channels and one max/min value. But I need to check 4 ADC li...
Posted on May 17, 2011 at 13:34Hi, is there an analog comparator in the stm32f103? I can't find one ... What is the best way to compare two ADC and get an interrupt? Thanks! Regards, Thorsten
Posted on May 17, 2011 at 13:32I think I found the problem. If I change the line 22 in file lanchon-stm32.ld it works :D from: Code:GROUP(libgcc.a libc.a libcs3.a libcs3unhosted.a libcs3-lanchon-stm32.a)to: Code:GROUP(libgcc.a libc.a libm.a libcs3.a...
Posted on May 17, 2011 at 13:32If I use atan(x) instead of atan2(x,y) it works ????? I don't know why ... What is the difference to atan2(x,y)? Both functions are in the math.h. Regards, Thorsten
Posted on May 17, 2011 at 13:32Hi, yes, but it doesn't work. I think it is this problem http://www.st.com/mcu/forums-cat-9094-23.htmlBut I don't know how I can solve it. Can anyone help me what I have to change in the codesourcery toolchain with the...