I am using msp430fe427 for an electric energy metering application. As the C compiler I am using mspgcc (win32) release 20061126.
I found the following error in the header file esp430e.h: addresses of these 2 registers are interchanged - STARTCURR_FRAC 0228h (in esp430e.h) -- should be 0226h (given in the datasheet) STARTCURR_INT 0226h (in esp430e.h) -- should be 0228h (given in the datasheet) Advait
