Two items: "steval_mksbox1v1_bus.h" not found, and "steval_mksbox1v1cannot be debugged"
I am trying to generate simple code to use with sensortile.box, where i have the LSM6DSO connected and BLE makes a virtual COM port.
I HAD incorrectly set up CubeMX to generate the files, so it wasn't actually pulling in mems/ble files. And the binary built could not be flashed onto the SensorTile.Box because the board was not meant for debugging (Why does the board even have a 14-pin header then???????)
Now that I've correctly configured the additional software (Why does adding it not correctly set the pins for the selected target board of the project?), I cannot build the project. Multiple files are asking for steval_mksbox1v1_bus.h, starting with the hci_tl_interface.h. How can I resolve this? STM32CubeIDE 1.2.1, with latest packs for mems/bluenrg1, etc.
compilation terminated.
In file included from ../Core/Inc/main.h:34:0,
from ../USB_DEVICE/Target/usbd_conf.h:34,
from C:/Users/jmoore/STM32Cube/Repository/STM32Cube_FW_L4_V1.15.0/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:29,
from C:/Users/jmoore/STM32Cube/Repository/STM32Cube_FW_L4_V1.15.0/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:29,
from C:/Users/jmoore/STM32Cube/Repository/STM32Cube_FW_L4_V1.15.0/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:21:
../BlueNRG-MS/Target/hci_tl_interface.h:33:10: fatal error: steval_mksbox1v1_bus.h: No such file or directory
#include "steval_mksbox1v1_bus.h"