bmf055 astmel 6.2 or astmel 7, how to get its SDK developped by bosch sensortech Gmbh?

Hello:

    I am a new user of bmf055. I have installed atmel 7 and try to open the example project bmf055_data_stream_astamd20j18. But it fails with the pop-up window saying, an error occured when processing the licence agreement acceptance, thirdparty\cmsis\license.txt requested from atmel.asf-3.26.0 which is not installed in the system.

How can I solve this problem? Is atmel 7 not suitable for developing bmf055?

By the way, in the introduction page of bmf055, it says with the BMF055, Bosch Sensortec provides a Software Development Package that includes a precompiled BSX Lite fusion library with integration guidelines, API source files for individual sensors and example projects as a plugin for Atmel Studio. 

Where can I get the Software Development Package?

Looking forward to your reply.

Thanks a lot!

keke

Best reply by Inactive Member

Unfortunately it seems Atmel Studio introduced some breaking changes, which made the atmel.asf-3.26.0 dependency not available anymore.

If you have successfully installed the BMF055 Example Project - BSX Lite Integration extension in Atmel Studio, I found that a possible workaround consists of manually upgrading the ASF depency of the extension:

  • In Atmel Studio, find the current latest version of ASF installed. For me it is currently ASF 3.45.0 (see this snippet from the Help->About Atmel Studio window).
  • Close Atmel Studio
  • Find where your extension was installed. For me, it was under "C:\Program Files (x86)\Atmel\Studio\7.0\Extensions\hg4ldi2l.zjy".
  • Open "exampleProjects.xml" and find the "LicenseVersion" element. Replace the default value with your current ASF version (we need 3.45.0 in this example).
  • Open Atmel Studio again. When creating a New Example Project from the BMF055_BSXLite extension, you should now be prompted with the Software License Agreement pop-up window and be able to run the example project.
View original
4 replies
Resolved