2021-04-12 08:31 AM
Hello,
I'm working on a project with a B-L475E-IOT01A2 board and a STM32L475 MCU. I am generating a code using CubeMX and the X-CUBE-BLE-1 software pack and when I build my project, I get this error :
Warning : Invalid project path: Missing project folder or file: \App1b\B-L475E-IOT01A2 for Source path
I really don't understand how can a file or a folder be missing when I'm building the project ...
Thanks in advance for your help,
Mohamed
Solved! Go to Solution.
2021-04-15 07:59 AM
Hi @MBour.2 ,
I advise you to run the existing projects from the X-CUBE-BLE1 package for the boards supported (as the default example with NUCLEO-L476RG) and compare the project settings with your own using STM32CubeIDE. So, you can check the difference and make corresponding updates in your project.
Imen
2021-04-12 09:48 AM
Hello @MBour.2 ,
Which IDE are you using ?
Make sure that you have the right include path in the project properties.
Imen
2021-04-13 02:46 AM
Hello Imen,
Thanks for your reply, I'm using STM32CubeIDE and regarding the files to include, do you know what we have to include in source location when using a software pack ?
Because every documents are empty...
Mohamed
2021-04-15 07:59 AM
Hi @MBour.2 ,
I advise you to run the existing projects from the X-CUBE-BLE1 package for the boards supported (as the default example with NUCLEO-L476RG) and compare the project settings with your own using STM32CubeIDE. So, you can check the difference and make corresponding updates in your project.
Imen
2021-04-15 11:45 PM
Hi Imen,
This is what we eventually did, it works perfectly thank you (once again) !
Mohamed
2021-04-16 12:36 AM
Hi @MBour.2 ,
You are welcome :) Glad to know that your issue is solved.
Imen