Posted on May 17, 2011 at 13:00Hello everyone, I wonder which flash area which I can use to store my calibrationdata. I have seen that in the fwlib example area 0x800800(page2) is used, but is this the standard page to store data? Don't want the are...
Posted on May 17, 2011 at 12:17Trying ur example and can not get it to work. Does alternate function on PB_DO_FAN_OUT mean that tim4_ch3 is used instead of as gpio? Should also say that i am using the latest libraries from ST if that matters. Best r...
Posted on May 17, 2011 at 12:17Hello, added these lines to ur code and got it working, also updated my library saw that it was from 2006 and newest was 2008 =/ TIM_SetAutoreload(TIM4, 0x00000FFF); //New tim CC 1 value TIM_SetCompare1(TIM4, 0x0000...
Posted on May 17, 2011 at 12:17Have tried to get pwm to work on timer1 aswell but its stonedead aswell, I have tried to set the channels to both out and AF configuration, but i guess it should be AF. Does anyone have any idea what could be wrong. He...
Posted on May 17, 2011 at 12:17Hello everyone I have sat trying to get pwm to work on timer4 channel 1, GPIOB6(have tried with timer 3 also). But the pin is just dead, (i can toggle the pin in gpio mode). Code: <BR>void main(void) <BR>{ <BR>GPIO_Ini...