Hello! I just found myself in deep trouble with uVision V4.23 project configuration. I have written a library for STM32 uC and I need to have it shared across some projects (Keil and/or non-Keil) to keep it consistent/unique. That's why it should be placed outside a project directory (in the upper directory).
The problem is that when I configure relative Include paths in the "Options for Target" config window (and the selection is even done by clicking the triple-dot button), Keil ignores all of these paths (e.g. it looks into it's default paths for Standard Peripherals Library files and it does not see my header files at all...).
Does anybody how to solve this issue? Any response will be gladly appreciated! ,)