Posted on June 25, 2007 at 13:38 Hello, I'm using a STR750 microcontroler + an optical encoder whose resolution is 1024 ppr. I'm trying to count 1024 pulses per rotation but I only get 2048 with TIM_Mode_Encoder1 or TIM_Mode_Encoder2 (EN...
Posted on June 12, 2007 at 14:24Hello everybody, Using the Timer PWM input capture example, i'm trying to get the duty cycle of a PWM signal whose frequency is below 2kHz with CK_TIM = 60 MHz. It works when f > 2kHz, but not with a 1800 Hz signal. T...
Posted on June 06, 2007 at 14:41Hello, My question is simple. Does the STR750 support this : typedef long long u64 ? I'm trying to do this : u32 a; u32 b; long long c ; c = (u32)a * (u32)b; but it dosen't work... Thank you for your help. -Xavier I'm...