Hello found the link but could not find the example Hello World. Im following other examples but still cannot transmit to the hyperterminal. Im using and IC to convert to the required logic signals. Thanks Johann
Dear brunoalltest. Many thanks the USART is transmitting. However I'm getting a different character in the hyperterminal. Please if you have time,do I need to use this line:
USART_SendData(USART1, 0x26); //38 decimal /* Loop until the end of transmission */ while(USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET) {} Im putting this line in a timer interrupt every 200us/ Thanks Johann
If you´re not receiving a '&' in hyperterminal maybe your baudrate configuration is wrong(you need to set 9600 on hyperterminal). Or maybe your ''#define HSE_Value'' on ''stm32f10x_conf.h'' is wrong.