The original customer question:
We mounted an MSP430F5324IRGC on [a custom] breakout board, tried to load and run some very simple code, and found the current draw was excessive.
In a version of the code which just goes to low_power_mode_3, current draw was 0.5mA (would expect closer to 2 uA from datasheet); and in a version of code which just goes to a while(1) current draw was 70 mA.
While the "while(1)" version was running, I also tried grounding the nRST pin. This did not decrease the current draw, and after a moment, current actually increased, and it now sits at approx 80 mA (either with or without nRST pulled low).