Arduino 101 in sleep /power save mode and wake up with RTC or timer

Hi:

I'm planing to work with Arduino 101, but my application requires to put the core in sleep mode to save power for some time, and wake it up using the RTC or a Timer. So this later should work while core is in sleep mode.

I know Arduino Zero can do this, but I would like to use the new Intel Curie module, so I'm not sure if this is also possible with the Arduino 101.

Thanks in advance
Gus

I have the same need for a low power standby mode and wake up with an RTC/Timer or interrupt (preferably from the built in IMU) on the Arduino 101 because I will be running off of battery power.

@gussabina- did you ever find out how to accomplish this?

-Brandon