DA14580 wakeup use Uart Rx Pin can not work well

2 posts / 0 new
Last post
Mark
Offline
Last seen:1 year 2 months ago
加入:2014-06-03 10:18
DA14580 wakeup use Uart Rx Pin can not work well

HI, Dialog:

SDK enable extern sleep mode, ble function is ok,

processor use uart two lines, RX&TX, not use RTS&CTS, i want use RX pin event to wakeup da14580, wakeup isr is run, but can not get RX data, is lost,

我怎么能use RX pin to wakeup and get RX data, thanks

Device:
MT_dialog
Offline
Last seen:1 month 1 week ago
Staff
加入:2015-06-08 11:34
Hi Mark,

Hi Mark,

I dont know if you are going to be able to get the first character that your device sends, since the da needs time to wake up. You can send some dummy data at the beggining of the transaction untill the da is awake and then send actual data to the uart. You can notify the sender that the da is awake by toggling a gpio pin.

Thanks MT_dialog