Hello. After researching this forum, I have concluded that there is no resolution for utilizing the UART interface on the 2541while in power savings mode. It appears that the only way to make the UART work via IRQ is to have a while(1) loop for idle. Even the current example UART project does this and does not utilize any halt or sleep modes.
If UART can work in power savings mode, please provide example project. It would be preferred to not use a PIO line to 'wake up' the core to process UART data as this will defeat the purpose of having UART. If that were the case, than why not utilize SPI since it requires a clock on demand handling. But then again, per BLE Stack 1.3.1 release notes, it indicates known issue with SPI.
Any example projects out there to show power savings utilization while UART Rx/Tx is active?
Best Regards.