Associate III
August 30, 2017
Solved
The lack of STM32 USART (interrupt mode) Example issue
- August 30, 2017
- 2 replies
- 1059 views
Posted on August 30, 2017 at 08:34
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 #usart