2019-07-10 05:10 AM
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 ?
2019-07-17 12:38 AM
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