Other Parts Discussed in Thread: CC2564
Hi,
We are using Tiva C TM4C129X board and CC2564 chip. We want to power cycle CC2564, for that we have written following code.
GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_1, 0);
delay_ms(20);
GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_1, GPIO_PIN_1);
delay_ms(200);
Are we missing any configuration? Or do we need to provide clock from outside?
Thanks and Regards,
Bhagyahri