08-09-2022 10:24 AM
Could you please provide the static library libalgobsec.a for the Ti CC26XX platform (Arm m4F) that is compiled with Ti arm compiler.
I tried all the M4F libraries provided in the BSE_2.0.6.1 package and all give errors at boot which seems to be linked with bad vector addresses.
Thanks for your help.
FG
PS :Also an exemple of C integration would be helpful since arduino integration is quite specific. I have seen that there are code exemples in the description of the C BSEC API but a fully working C exemple (together with the BME68x API) would be very helpful.)
Solved! Go to Solution.
08-09-2022 10:57 AM
Hi FGR,
Could we know your detailed MCU part number for "CC26XX"?
And which sensor part you used, BME680 or BME688?
08-09-2022 03:41 PM
This is the CC2642R1F and I am using the BME688.
Thanks
08-11-2022 03:58 AM
Hi FGR,
CC2642R1F is Cortex_M4F core inside.
There were Cortex_M4F libraries under BSEC2 package with ARMCC, IAR, GCC compiler, etc.
See it from TI official website, CC2642R1F used ARM-CGT-CLANG compiler to generate code.
Currently, we haven't released BSEC2 Cortex_M4F library that supports the ARM-CGT-CLANG compiler.
08-11-2022 11:36 AM
Hello,
Thanks for your answer.
I am using the Ti ARM CGT compiler (https://www.ti.com/tool/ARM-CGT) not the CLang one.
I already tried all the M4F versions of the library but none of them worked. They all resulted in Boot vector errors preventing the application to start.
Would it be possible to have the algo library compiled with Ti ARM CGT compiler (https://www.ti.com/tool/ARM-CGT) ?
Thanks for your help.
Regards.
FG