Merging 2 different sdk samples

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Merging 2 different sdk samples

743 Views
Asimoes
Contributor II

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.

Labels (1)
Tags (1)
0 Kudos
Reply
5 Replies

627 Views
Asimoes
Contributor II

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 

0 Kudos
Reply

551 Views
Habib_MS
NXP Employee
NXP Employee

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

0 Kudos
Reply

704 Views
Habib_MS
NXP Employee
NXP Employee

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

0 Kudos
Reply

677 Views
Asimoes
Contributor II

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 

0 Kudos
Reply

709 Views
denny64woren
Contributor I

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.

0 Kudos
Reply