Skip to main content
EBozb
Associate II
July 10, 2019
Question

Unable to compile BLE Mesh project for BlueNRG-2

  • July 10, 2019
  • 1 reply
  • 618 views

I am trying to create a BLE mesh project for flashing the BlueNRG 2 board. For this purpose I have downloaded the ST BLE mesh software version 1.07. Then I modified an already working project for the BlueNRG 2 with a working startup and linker file. Unfortunately, there are errors while compiling. After some steps the compiler crashes. I am using the TrueSTUDIO Atollic IDE. I know that the error occurs because of linking the lib file 'libBlueNRG_Mesh_CM0.a'. But unfortunately this library is a must have for the functionality for BLE mesh. I've added the lib file into TrueSTUDIO correctly by adding the path and the the name of the library.

Does anyone have the same problem or any suggestions how to solve this problem ?

This topic has been closed for replies.

1 reply

alok
Visitor II
July 17, 2019

Please use Keil project instead of TrueStudio. You can install free Keil license for CortexM0 core for ST

We have not provided TruStudio example in the SDK so it can be difficult to support and analyse.

Thanks