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.