10-23-2019 05:29 AM
Hi ,
I am using Bosch sensortec BME680 sensor for air quality monitoring along with Silicon Labs EFR32BG21 SOC which is Cortex M33 based. The SOC uses bluetooth libraries to provide bluetooth functionality. These libraries are compiled with following flags
arm-none-eabi-gcc -g -gdwarf-2 -mcpu=cortex-m33 -mthumb -std=c99 -O2 -Wall -c -fmessage-length=0 -ffunction-sections -fdata-sections -mfpu=fpv5-sp-d16 -mfloat-abi=hard
The problem is that BME680 BSEC library libalgobsec.a is not compiled with Hard float ABI. So when i compile BSEC library along with SOC code, it gives error that "Bluetooth libraries uses VFP register argument but libalgobsec.a does not". Since the source code of this library is closed, I cannot compile and generate this library at my end.
Can you please provide me this library compiled with Hard Float ABI support (compilation flags as mentioned above)?
Note: In case of our project, we have to start production of devices from next weekend, we only have this week to integrate BME680 sensor. If you could help us get this library till Friday, it would be of great help. We are expecting a production of somewhat 10000 to 30000 devices for our client.
Thanks,
Raghavendra,
Sr Firmware Engineer
Enlite Research Private Ltd
10-25-2019 01:13 PM
Unfortunately there was a bit of confusion between the platform in the title and in core of the message, and it seems we would need a little more time to generate the requested release. We will try to get back to you in the beginning of the next week.
11-01-2019 04:22 PM
06-16-2022 02:23 PM
06-16-2022 02:29 PM