cancel
Showing results for 
Search instead for 
Did you mean: 

configure osxmotion library and license manager in Canon Juma(STM32F401)

Nitish Arora
Associate II
Posted on December 21, 2016 at 11:26

Hi, I am trying to configure osxmotion library in Juma Canon. I was able to successfully import motionar,motionfx,motioncp,motiongr library in the project but was unable to properly execute the license manager. I am attaching the video link-

https://www.youtube.com/watch?v=v35_pLUQQlU

. Please help me out.

#stm32f401 #library #arm #compile-license
2 REPLIES 2
Miroslav BATEK
ST Employee
Posted on December 21, 2016 at 18:17

Hi, unfortunately I don't have any experience with Canon Juma. But one think is not clear to me. You hard coded the licenses in the variables osx_mar_license[3][4], osx_mcp_license[3][4], ... but then you are trying to load the licenses from some place in flash. Why? I would skip the InitLicenseManager() function and call the init function for each library directly. It will use the hard coded licenses and it should work.

Posted on December 30, 2016 at 11:05

Thank You sir