Skip to main content
Visitor II
December 21, 2016
Question

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

  • December 21, 2016
  • 1 reply
  • 608 views
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
    This topic has been closed for replies.

    1 reply

    ST Employee
    December 21, 2016
    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.

    Visitor II
    December 30, 2016
    Posted on December 30, 2016 at 11:05

    Thank You sir