User Activity

Posted on February 07, 2014 at 15:23Hi,I am trying to use two USARTs at the same time, but I can't get it to work.First:void RCC_Configuration(void){  /* USART1 clock enable */  RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE);  /* USART2 clock...
Posted on January 21, 2014 at 14:54Hi,I am playing around with STM32F3 Discovery and have finally got everything up and running in Eclipse wiht arm plugin and everything. BUT the user USB annoys me. I am aware that many others have have asked for so...