Question to SPSGRF-868 or rather SPIRIT1: How long does it take from receiving or sending a message until the corresponding interrupt ('RX data ready' and 'TX data sent', respectively) is triggered?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-19 5:17 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-12-01 9:15 PM
Typically hundreds of micro seconds.
It shall be enough for example wait for 2 ms in
- waiting for the Rx Data Ready callback checking for a flag
- waiting for the Tx Data Done callback checking for a flag
