Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BSXLite

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?

Parents
  • 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

Reply
  • 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

Children
Related