Dear Support,
Can I know how easy is it to implement a Arctan function for GFCI function in MSPM0+ MCU?
In there atan() or atanf() or atnl() in the library?
Best regards,
Felix
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Support,
Can I know how easy is it to implement a Arctan function for GFCI function in MSPM0+ MCU?
In there atan() or atanf() or atnl() in the library?
Best regards,
Felix
Hi Felix,
For MSPM0L1306, we need to use IQMATH library to implement arctan. There is an example code you can find in SDK:
iqmath_rts_ops_test_LP_MSPM0L1306_nortos_ticlang
Thanks,
Yuhao