I created a project with uVision3 and added all the necessary header files into the file group 'Header' by using Project - Components, Environment, Books. By compiling this project I got many similar errors like:
can't open file '*.h'
It seems that the header files cannot be found. Is this way to include the header files correct?
Thanks