Skip to main content
NMosk.1
Associate
August 30, 2020
Question

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?

  • August 30, 2020
  • 2 replies
  • 703 views

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

This topic has been closed for replies.

2 replies

EJOHA
Associate
September 2, 2020

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.

NMosk.1
NMosk.1Author
Associate
September 3, 2020

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