Updated MetaWear C++ API (WinRT) 0.5.0 not working

Previously my UWP C# sample was working with old MetaWear API. 
I upgrade the MetaWear device firmware to v1.2.3
Also I update the API WinRT to 0.5.0.

I compile the sample code and running. 
For paired device it creates board using mbl_mw_metawearboard_initialize().
It initialize board using mbl_mw_metawearboard_initialize().
It gives exception on following line while configuring for gyro;
mbl_mw_gyro_bmi160_set_odr(cppBoard, GyroBmi160.OutputDataRate.ODR_100HZ);
Exception: "External component has thrown an exception."

Did i miss something?

Can you share UWP C# sample for latest API WinRT 0.5.0?

Comments

This discussion has been closed.