02-16-2023 10:37 AM
Hello community,
I'm trying to integrate the BMI323 into my Code Composer Studio project for TI microcontroller.
In the provided API (which is not available at the Bosch GIT any longer for whatever reason) there are lots of bmi3-function calls that are not defined in any of the files.
I honestly don't know where to start. Am I missing a layer on top of that API or am I expected to code these functions by myself?
How can I make this sensor run within my TI project?
Please excuse if these are stupid questions. I'm pretty new to this. Any help is much appreciated.
Thanks a lot and best regards,
Martin
Solved! Go to Solution.
02-16-2023 02:42 PM
02-16-2023 04:34 PM
Hello Robin,
thanks a lot for your fast response.
The example helps a bit. I can see that there are still a lot of Coines references. That is exactly the part I'm struggling with. Since I'm not using the evaluation board from Bosch I think the Coines environment is useless for me, right?
Is there any other resources on how to make the BMI323 communicate with other platforms by using the API?
Thanks a lot and best regards,
Martin
02-17-2023 08:33 AM
Hi Smartin,
Previous exmaple code runs on STM32, not for coines environment.
If you would like to refer to how BMI323 sensor API runs directly on the MCU platform, I think it will be useful to you.
02-17-2023 11:51 AM
Hi Robin,
you are right. Please excuse the confusion and thanks a lot. With the code you provided I should be able to make it work.
Best regards,
Martin