Im doing a PMSM control and im using a FRDM-MCXN947 , so im willing to do the motoro control with AI but i have the motor control sample and ai sample. I dont have idea if i can merge two different sdk samples in the same project and make it work in the card as the same project. Also about the PSMS sdk example the FreeMASTER programm is capable of create a database to train the AI ML model.
Hello @Habib_MS thanks for the help. Do you have some practical example of a case like this of merging examples? Or do you have any use note where this process was done? To have some guidelines
Hello @Asimoes,
There is not an example to merge two projects that could be helpful. However, if you experience any issue, do not hesitate to let me know
BR
Habib
Hello @Asimoes,
Merging the two examples will depend on the specific implementation, but here are a few key points to keep in mind:
-Port the other example to the more difficult example to make portability easier.
-Ensure to merge the pin configurations.
-Import the necessary drivers used in the example.
-Include both the initialization functions and any application specific functions required for your use.case.
After making any changes, always verify that the project builds successfully.
BR
Habib
Hello Habib thanks for the help. Do you have some practical example of a case like this of merging examples? Or do you have any use note where this process was done? To have dome guidelines
Hello,
You're working on a PMSM (Permanent Magnet Synchronous Motor) control project using the FRDM-MCXN947 board and want to combine traditional motor control with AI/ML.