This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6472 Powerdown and Wakeup



Hello,

 

I am trying to get one of the cores of my C6472 into powerdown mode, and then wake it up by an ethernet RX interrupt.

The powerdown part seems to work. I disable all interrupts except for the ethernet timer and ethernet RX, and then execute an IDLE command.

When I send the device an ethernet packet, I get the RX interrupt, but afterwards the program is still in IDLE.

Is there anything else I need to do? Something in the interrupt handler to take the program out of idle?

 

Thanks in advance.