How to use the RXTO event trigger rx interrupt?

software:nRF CONNECT SDK 1.6.1

CPU type:nrf5340

module:uarte

hi professor,

I want to trigger receiving interrupt when receiving timeout.I see the product specification there are rxto event in nrf5340.Do you have any example code for me?

Parents Reply
  • Try to use the tool arm-none-eabi-addr2line to look up what function that is on your R14/lr address. It should point to the line reporting the usage fault. It looks like it is in the main thread. 

    Remember that re-compiling your project may change the build and what functions that are placed here, so remember to use the R14 address from your log from your latest build.

    What function does it point to?

    BR,

    Edvin

Children
Related