2017-08-29 11:34 PM
Hi.
In order to implement STM32 USART (interrupt mode), so I've got STM32 USART (interrupt mode) Example file from herehttp://www.keil.com/download/docs/359.asp
But I've got a message from keil's uVision after build the project
'stm32f10x_map.h(30): error: &sharp5: cannot open source input file 'stm32f10x_conf.h': No such file or directory'
SO I've included relative file path into C/C++-> Include PATH
but still there is the lack of files.So I want to get project file within sanity check.
How do I build up STM32 USART (interrupt mode) correctly? Can you help me to build up the example withSTM32 USART (interrupt mode) Example ?
#keil-uvision #stm32-keil #usartSolved! Go to Solution.
2017-08-30 01:44 PM
Cross posted in Keil forum...
http://www.keil.com/forum/62896/#/msg206573
Perhaps don't use examples from a decade ago using libraries you don't have?
This is a far less old version of the library, with examples, and Keil template projects
http://www.st.com/en/embedded-software/stsw-stm32html
Both HAL and SPL have examples, the STM32 generally, and this forum, have provided a decade or so worth of examples for assorted parts. A search of any merit should pull something up...
2017-08-30 01:23 PM
Hello!
A lot of Usart examples for F1 series using SPL can found
.Or you can use HAL from
.regards
vf
2017-08-30 01:44 PM
Cross posted in Keil forum...
http://www.keil.com/forum/62896/#/msg206573
Perhaps don't use examples from a decade ago using libraries you don't have?
This is a far less old version of the library, with examples, and Keil template projects
http://www.st.com/en/embedded-software/stsw-stm32html
Both HAL and SPL have examples, the STM32 generally, and this forum, have provided a decade or so worth of examples for assorted parts. A search of any merit should pull something up...
2017-08-30 08:03 PM
Thanks I found so worth of examples finally thanks.
I'm just curious that Keil template project is dead?