Hi Mbed users ,
I am currently working on a weather station . This station will be connected to a CAN network. Also I have no trouble to collect data and to answer a CAN request by sending them. But in order to optimize my system, I would like to put it in sleep or deep sleep mode until a interrupt wakes it up when a CAN message is received. So here is my questions, is It right that an interrupt will wake up my system from sleep ? if It is wrong how should I proceed ? and can an interrupt also wake my system up from deep sleep (or it just work for sleep) ?
I’ll be glad to read your answers and give you further information if needed.