cancel
Showing results for 
Search instead for 
Did you mean: 

The lack of STM32 USART (interrupt mode) Example issue

Carter Lee
Associate III
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 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: &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 with 

STM32 USART (interrupt mode) Example ?

#keil-uvision #stm32-keil #usart
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on August 30, 2017 at 22:44

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...

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3
Posted on August 30, 2017 at 22:44

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...

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 31, 2017 at 03:03

Thanks I found so worth of examples finally thanks.

I'm just curious that Keil template project  is dead?