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:
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