2025-12-15 4:41 PM
Dear all,
with the latest update of STM32Cube_FW_WBA_V1.8.0, the BLE_p2pServer_TZ example no longer works. The following error occurs during compilation:
make: *** No rule to make target 'C:/0_ST_abc/Example/Projects/Common/WPAN/Interfaces/app_bsp.c', needed by 'Application/User/Common/WPAN/Interface/app_bsp.o'. Stop.
If I copy the missing file from another location in the folder structure, it is deleted every time STM32CubeMX is used to regenerate the project.
Even when using a copied of this file from a previous firmware version, the button is not recognized by the ST BLE Toolbox.
Is there a simple workaround to get this project running?
Thanks in advance.
2025-12-15 5:12 PM - edited 2025-12-15 5:14 PM
This is possible with use of .extSettings file for CubeMX. It allows to "inject" additional files into the generated project.
Please see CubeMX documentation for details. Here is an example how additional files and include paths are pulled in: