You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/01/13 18:37:05 UTC

[GitHub] [incubator-nuttx] raiden00pl edited a comment on pull request #2674: nrf52_i2c: add support for I2C_M_NOSTOP and I2C_M_NOSTART flags

raiden00pl edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759639786


   > It looks like this can be implemented by hooking into SUSPEND which would give full control of start/stop.
   
   I also tried this approach but without success :)
   
   You can stretch the transmission with SUSPEND/RESUME without emitting a START byte, but this works only for currently processed data chunk. If you try to update PTR or MAXCNT after SUSPENDED event, you have to call STARTTX and emit a START byte again.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org