cancel
Showing results for 
Search instead for 
Did you mean: 

We are trying to develop a low-cost solution for communication between 1 master and 2 slave devices, and to this extent we want to use the SPBTLE-1s chip. How can we generate a working project for this chip in cubeIDE?

NMosk.1
Associate

We want to program only this chip directly. NOT an evaluation board, or one of the STM32WB series.

2 REPLIES 2
EJOHA
Senior

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.

Thank you for your answer. We were indeed able to rig the project files of a different device for use with the aforementioned chip.