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 l
↧