Hi,
Please help me on the nRF52840 UARTE RTS signal, through the doc: "nrf52840_ops_v0.5.pdf", we can know if we stop the UARTE RX by trigger the "NRF_UARTE_TASK_STOPRX" , the RTS will be deactivated if HWFC enabled, my questions are:
1. there is any location restriction where we can not run "nrf_uarte_task_trigger(UART_DRV_UARTE, NRF_UARTE_TASK_STOPRX);" like in ENDRX ?
2. what is the action to activate RTS again?
3. why I only see an around 500us positive pulse after running "nrf_uarte_task_trigger(UART_DRV_UARTE, NRF_UARTE_TASK_STOPRX);"?
Thanks,
HRB