2014-07-30 06:16 AM
Hi,
I'm trying to initialize a usart, and read some data on a Terminal. The terminal receives some data but not the good one. The problem seems to be a clock problem, and the usart register BRR looks wrong. Moreover, in the terminal settings, it reeds the rated speed at 115200 instead of 57600 and even if i change the baudrate in the usart init, the terminal still read 115200. Any idea what could be the problem ? Thanks #stm32f105 #stm32f105-usb-host2014-08-01 12:00 AM
Thanks!!
But the thing is, I don't understand why the machine understands that HSE_VALUE is 8MHz...In Project>Properties...>DEFINE, HSE_VALUE is set at 12MHz2014-08-01 05:31 AM
Settings for the Assembler? or C/C++ Compiler?
grep the project file.