2016-12-21 02:26 AM
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-
. Please help me out.#stm32f401 #library #arm #compile-license2016-12-21 09:17 AM
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.
2016-12-30 03:05 AM
Thank You sir