Hello
The programm I have is all fine, the compiler can compile it and the linker link it. But there is one c-file which the keil u vision 5 IDE can not handle correctly somehow. If I hover over a function from that particular file, right click on it and select "Go to Defintion" the undefined Defintion/Reference exception pops up (Like I said the proramm works fine. I can download it to my F7 chip and it works). I could live with that pitty, but the linter (static code analysis) does also have the same issue and throw some error. I know I could just suppress the erros and warning from the linter too, but I am curious why the keil has a problem with this file. Does anybody had an idea why this happens and how it could be solved?
Thanks in advance best regards Fabio Bucher