Part Number: EVM430-FR6047
Other Parts Discussed in Thread: MSP430FR6047
Tool/software: Code Composer Studio
hello,I have the EVM430-FR6047, and I have done the PCB using MSP430FR6047 by myself, my code reference the demo code of the EVM430-FR6047.
My measuring result as follows:
The σ = 527 , this is too large.
I think, the capture waveform is not symmetry, the positive amplitude is greater than the negative amplitude.
Am I right?
And,I modification my code , as follows:
HWREG16(SAPH_BASE + OFS_SAPHBCTL) &= ~(PGABIAS_3);
HWREG16(SAPH_BASE + OFS_SAPHBCTL) |= (PGABIAS_3);
But , the register SAPHBCTL is not change.
Why is this?
Thanks.