Posted on September 27, 2012 at 10:41Hi Folks, I like to disable PWM, on an external event - i want to use BKIN. i set the break mechanism up like this ------...... GPIO_PinAFConfig(GPIOB, GPIO_PinSource12, GPIO_AF_TIM1); /* Automatic Output ...
Posted on September 27, 2012 at 10:30Hi Folks, I like to disable PWM, on an external event - i want to use BKIN. i set the break mechanism up like this ------...... GPIO_PinAFConfig(GPIOB, GPIO_PinSource12, GPIO_AF_TIM1); /* Automatic Output ...
Posted on August 12, 2012 at 10:26HISimple port off FreeRTOS to STM32F4DISCOVERY. in Rowley's wonderfull Crossstudio 2.3The demo is an implimentation off the killer app, 'flash 4 leds' :)there are 4 tasks, one for each led.....http://fbconsult.dk/Di...
Posted on May 17, 2011 at 13:58 Hey, this is what i do ... uint16_t VarValue = 0; uint16_t data[600]; void EE(int argc, char *argv[]) { int n=0; argc=argc; if (0 == strcmp(argv[1], ''u'')) { FLASH_Unlock(); ...