I've got a problem in using UART driver,
The application should be working in low power mode, so POWER_SAVING is wrote to the Pre Definition in IAR option.but when I want to use UART , CC2640 should wake up to support UART clock, if it is in the POWER_SAVING mode, I can not use UART.
The question is how to wake up and open UART to transmit data ?
if use CC254x,I could call a function to wake up,
osal_pwrmgr_task_state(simpleBLEPeripheral_TaskID, PWRMGR_HOLD );
and call a function to enter sleep mode,
osal_pwrmgr_task_state(simpleBLEPeripheral_TaskID, PWRMGR_CONSERVE );
It is very different from CC254x, Please guide me to resolve the issue.
Thank you very much!
Cokin from China