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 @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,
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.