USART2 problem with cmsis library
Posted on September 07, 2016 at 08:06 Hello Here is my code shown below. #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void delay() { int i,j; for(i=0;i< 10000 ;i++) for( j = 0 ;j<100;j++); ...