2020-08-30 12:03 AM
We want to program only this chip directly. NOT an evaluation board, or one of the STM32WB series.
2020-09-02 03:45 AM
Hi NMosk.1
Unfortuanately STM32CubeIDE does not support the SPBTLE-1s or BlueNRG-1 system-on-chip.
It is possible to use STM32CubeIDE to develop the application and build it but it will not work for debugging on target.
To use STM32CubeIDE for development you will need to create a project for a similar Cortex-M device and configure the linker script file according to your device.
Have you tried using ST-LINK utiilty for programming the device? More info here.
2020-09-03 07:40 AM
Thank you for your answer. We were indeed able to rig the project files of a different device for use with the aforementioned chip.