03-13-2023 04:20 PM
Solved! Go to Solution.
03-14-2023 06:45 AM
Hi ilcnet,
1. For example, in latest BSEC package, libalgobsec.lib.Size.log mentioned the requirement of MCU Flash and RAM memmory size for "BSEC2.4.0.0_Generic_Release_23012023\algo\normal_version\bin\armcc\Cortex_M4F\libalgobsec.lib".
text data bss dec hex filename
24950 0 3720 28670 6ffe (TOTALS)
BSEC library support host architecture of Cortex_M0, Cortex_M0+, Cortex_M3, Cortex_M4, Cortex_M4F, Cortex_M7.
2.Latest BSEC-2.4.0.0 had supported Arduino C++ project and C project, see example under folder "C:\work\Solution\BSEC\BSEC2.4.0.0_Generic_Release_23012023\examples\BSEC_Integration_Examples\examples\bsec_iot_example". If you use STM32 under Arduino environment, you should migrate BSEC package to your platform; If you use STM32 under C programming environment, you could refer example code bsec_iot_example.c.
03-15-2023 03:46 PM
03-21-2023 07:15 AM
Hi ilcnet,
The interface associated with the hardware is bus_write(), bus_read(), and you need to see if your platform supports the code implementation within the function.