This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The lack of STM32 USART (interrupt mode) Example issue

Hi.
In order to implement STM32 USART (interrupt mode), so I've got STM32 USART (interrupt mode) Example file from here http://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: #5: 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?

I found some example http://www.keil.com/download/docs/359.asp

"STM32 USART (interrupt mode) Example"

But there is no information about how to use or run this example (There is no main.c)

So Would you please help me how can I getting start ?