2024-03-25 08:52 AM
I got an error, that is actually not true (see pictures). I just used cubemx to change one pin... And now this.
Solved! Go to Solution.
2024-03-25 09:21 AM - edited 2024-03-25 09:23 AM
I found the issue:
I searched for that func in my project folder, but since the problem was in a linked file, i could not find the problem. After scrolling through the problems list, i found where it was. And after a further look, it just said to me where it was to be found. It was declared as extern void *** there, so that got a bit confusing.
Got a bit mad, as it looked the compiler was lying.
Edit:
Dang! I could have found it with right mouse click -> declarations.
2024-03-25 08:59 AM
Hello @Tobe
Could you please share your ioc file and which CubeMx version you're using?
Thanks
2024-03-25 09:21 AM - edited 2024-03-25 09:23 AM
I found the issue:
I searched for that func in my project folder, but since the problem was in a linked file, i could not find the problem. After scrolling through the problems list, i found where it was. And after a further look, it just said to me where it was to be found. It was declared as extern void *** there, so that got a bit confusing.
Got a bit mad, as it looked the compiler was lying.
Edit:
Dang! I could have found it with right mouse click -> declarations.