У меня, что-то дюже много кушается - 380uA

Код инициализации RTC (Keil, RV tools):
Код
CCR = 0x12; // Disable Clock, Reset CTC and Enable 32 kHz Oscillator
CIIR = 0x00; // Disable RTC interrupts
AMR = 0xFF; // ..
ILR = 0x02; // Clear Counter interrupts
SEC = MIN = HOUR = DOW = YEAR = 0;
DOM = DOY = MONTH = 1;
CCR = 0x11; // Enable Clock and 32 kHz Oscillator
PCONP &= ~0x00000200; // Clear RTC power/clock control bit
CIIR = 0x00; // Disable RTC interrupts
AMR = 0xFF; // ..
ILR = 0x02; // Clear Counter interrupts
SEC = MIN = HOUR = DOW = YEAR = 0;
DOM = DOY = MONTH = 1;
CCR = 0x11; // Enable Clock and 32 kHz Oscillator
PCONP &= ~0x00000200; // Clear RTC power/clock control bit