Tool/software:
Hi Experts,
Good day!
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.
Tool/software:
Hi Experts,
Good day!
Jonathan,
Thanks for reaching out on E2E. There are a handful of plots in the datasheet:
These plots are taken from an On-Axis alignment with gain and offset corrected.
The output LSB of the angle register is 0.25 degrees, and can be calculated using the equation here:
You can get a smaller step size, however, if you run the angle calculation in the MCU. Typically the atan2 function is not optimized for speed, so you can get better results implementing the CORDIC algorithm on the MCU. There is an example in the code sample here:
https://www.ti.com/tool/download/TMAG5170-CODE-EXAMPLE/1.0.0
Thanks,
Scott