FreeBee,
I would say it is very hard to achieve the IC ratings on the development board, just by enabling the low power mode.
the SRB board comes with USB controllers, Accelerometer, LED's etc.
you must make sure you are not leaking any current out of the GPIO pins.
The best possible configuration a GPIO pin can have is output and ZERO written to it.
So you must configure all GPIO pins to match your own hardware, and if you are using the SRB,
you probably need to remove some of the component that makes the leaking happening.
BR,
Mads