Posted on August 23, 2012 at 21:43The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 12, 2012 at 22:17i've never programmed a microcontroller and i need to do this =( i have the routines and the ''initialization code'' but doesn't work. can anybody help me? can anybody give me the code? i will be so happy if i ca...
Posted on August 23, 2012 at 23:26oh sure... GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_GPIOB|RCC_APB2Periph_GPIOC, ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8|GPIO_Pin_9|GPIO_Pin_10...