Dear Sir,
I've just started using stm32f3discovery kit on Keil uVision 4 platform. But sir I'm getting error message to compile .h files. Although I've put all the required .h files in the current project directory, still compiler gives the message that 'no such files in the directory'. I cannot fix this issue. I also previously tried with defining the path. But the same problem crops up again and again.Kind give some solution...
You forgot to mention the name of the files. And you forgot to cut and paste the full text of the errors. And you didn't tell us if you tried to include the header files using any of: #include "file.h" #include <file.h> #include <cfile> #include "dir\file.h" #include "dir\\file.h" #include "dir/file.h"
So how can anyone help you?