Posted on December 25, 2014 at 06:37Below quoted is my Init_usart() function. I am enabling the peripheral clock using RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2, ENABLE); commandvoid init_usart(void){ int dummyRead;/*used to read the junk ch...
Posted on December 24, 2014 at 14:49Hi Clive1,I am trying to send a charactor using USART2 to hyperterminal.Board:STM32F4 DiscoveryLibrary: STM32F4 Discovery STD Peripheral Driver (STM32F4xx_DSP_StdPeriph_Lib_V1.3.0) I am using Library funct...