2009-02-11 04:27 AM
USART setup example
2011-05-17 04:02 AM
You´re sending 0x26 ( '&' in the ascii table)
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.2011-05-17 04:02 AM
Yes its correct. I need to use another program not the hyperterminal to receive the number as I write it in the code. Thanks for your help. Placed the code on the forum. Johann
2011-05-17 04:02 AM
You should try doing a code to send a buffer.
Then you should try to do your own printf()0 or at least your own puts() (http://embeddedgurus.net/stack-overflow/2009/02/effective-c-tips-1-using-vsprintf.html
).