2019-10-18 02:23 PM
I have generated MDK-ARM project from the USART_3_Receive_Send example from stm32 mat target example, I have successfully compiled all and burned to stm32f103 board, when connected to terminal it finds, it is sending unknown chartacters to terminal
I have attached the project files with this message, kindly someone check
Solved! Go to Solution.
2019-10-21 07:24 AM
I tried with mikroC, its working in the same hardware setup
2019-10-21 08:15 AM
I'd say HSE_VALUE, but the F1 series predominantly used 8 MHz, except the F105/F107 where 25 MHz might have been used. Project looked to use correct/expected value.
Scoping the signal and checking the bit time might provide some insight into the situation, as would probing the register settings for RCC and USART
2019-10-21 10:00 AM
Yes, used 8MHz,
Will debug as you advised and update here..
2019-10-21 10:11 AM
2020-03-13 12:54 AM
I have been behind this to get working for last 5 months or more but didn't able to get it working
I am attaching pictures of the screenshot, kindly some one help me
2020-04-03 11:34 AM
2020-04-04 11:38 AM
I made this working by making the constant 10 and type unit8
2020-04-04 11:39 AM
I made the UART working by making some modifications, that i have mentioned in that post in this thread
but the loopback example, I didnt able to make it working