Using SVM etpu api

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

Using SVM etpu api

589 Views
amey_murkute
Contributor III

Hi all,

      I am using MPC5777C for my project & implementing SVM. As I have seen that NXP has provided 3 api function's for SVM are

1) FS_ETPU_PWMMAC_MOD_SVM_STD

2) FS_ETPU_PWMMAC_MOD_SVM_U0N

3) FS_ETPU_PWMMAC_MOD_SVM_U7N

  I am using the first one method in my implementation but I want to know the difference between the two.

The main question is when I am using the STD mod SVM API , we need to feed alpha & beta to the API. But only feeding this, it wont work... after multiplying some constant to alpha & beta it is working fine. So is this correct? 

Labels (1)
2 Replies

525 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, I understand it this way.

pastedImage_1.png

The difference you may see in the following pictures:

pastedImage_2.png

pastedImage_3.png

0 Kudos

525 Views
amey_murkute
Contributor III

Hi david,

       Thanks for your responce.