Tool/software:
Hello, I'm currently measuring the current of a motor and am facing a few challenges.
-
I measured the DC current using BUS_CURRENT at 0x40E and was able to calculate it using the equation provided in the datasheet: 'IBus = (BUS_CURRENT / 227) * Base_Current/(2CSA_GAIN_FEEDBACK)'. However, I'm confused because the Base_Current in this equation seems different from the BASE_CURRENT I set at 0xAE. Based on my assumption, I've been using the value before multiplying by 32768 / 1200, but is this correct?
-
To measure the q-axis current, I read the value at 0x4DE. However, the equation doesn't seem to match at all in this case. The measured value mostly stays around 0xFExxxxxx. While I may need to check if there's a circuit issue, is it normal to see such values?
Thank you for your continued help. Have a great day!