Posted on May 17, 2011 at 13:21i am sending a number of frames' data over CAN. i have to put little delays btw them. otherwise it is sent as corrupted. how can i solve this problem? is there anyone able to handle mailbox? thanks in advance.. [ This ...
Posted on May 17, 2011 at 13:21Hello, I am trying to write a variable to an address of the internal flash. but i can not write different values to an adress of the flash. it keeps the first value. For example: Address = StartAddr; for(i=1;i { SetN...
Posted on May 17, 2011 at 13:17i enabled TIM2 & TIM3 and did settings like: TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; /* Time base configuration */ TIM_TimeBaseStructure.TIM_Period = 999; TIM_TimeBase...
Posted on May 17, 2011 at 13:17hi, i am trying to use TIM3 Channel 1 as PWM from PC6 as AF; but the brigthness doesnt change. what am i doing wrong?? pls help... here is the code: RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM3 , ENABLE); RCC_APB2PeriphC...