Hello, Why does uv3 not allow me to add the file "foo.h" to different targets? or maybe I am missing something? I am actually trying to add the same file twice to different targets. the fact that I get an error is highly annoying as I want to place common data of an application and bootloader in a share include file, and use the same project file but with different targets.
Another reason to add a header to a uVision Project is to make it more easily available for reference - you would then mark it as 'Do Not Build' in its options...