I uploaded example what in the library examples folder for look at interworking of driver-library.
( \raisonance\lib\st32f10x_lib\example\usart\example1\ )
Example1 of usart is hasn't rprj. So i make build-project with use 'main.c'.
Interrupt functions are used at 'st32f10x_lib\ project' and
libraries are used source file in 'st32f10x_lib\inc' and 'st32f10x_lib\src'.
After copied all of source file, maked new project.
when making project, i was selected to no use deault ST library.
And edited some build option accociated with debug.
It was not error with compiling but poped error message like below.
(
unable to read IdCode
Please check that the target is connected.
)
After that action, all of debugging program was'nt work(command line uploader tool, ride7)
What can i do for this case?
Was embedded in flash area broken?
Please help me~~