I want to include BSXLite into my project. I'm working with Bosch BMX055 and Keil uVision. Can you help me to add the library to my project?
I want to include BSXLite into my project. I'm working with Bosch BMX055 and Keil uVision. Can you help me to add the library to my project?
Hi,
You should only have to add the linkable library for the correct architecture (nRF52832 have a Cortex M4F CPU) to your project, add the path to the header files, and include the header files in the files where you will be using the functions.
However, it looks like the library is in .a format, which might indicate that it is compiled for GCC. You should check with Bosch if the library is compatible with Keil. If it is only compatible with GCC, we also support GCC and Segger Embedded Studio (which use GCC compiler) in our SDK.
Best regards,
Jørgen
I'm happy to see, that SES is now officially supported by the latest SDKs. Your answer solved the problem.