2020-10-04 04:14 AM
Hello,
I have a project structure as follows:
in IDE I have my Stm32CubeIDE and I tried to set the application path to be relative, it get recognized but when launch I got null exception. any clues?
2020-10-04 08:28 AM
From the screenshots it looks like you're on Windows. It is hard to remember which components need backslash in paths and which don't.
Just click on "Search project" and Eclipse will enter the path properly.
-- pa
2020-10-04 08:43 AM
Thanks Pavel for replying.
I'm using CMake for build and the project only search for Debug folder.