Igor-Misic opened a new pull request, #12093:
URL: https://github.com/apache/nuttx/pull/12093

   This fixes a very nasty bug in the I2C driver for STM32H7 MCUs if anyone 
tries sending a chunk of data larger than 255 bytes. 
   For TC interrupt to be triggered NBYTES needs to be set before RELOAD is 
disabled, otherwise, an interrupt will never happen, and implemented logic for 
handling data larger than 255 bytes will not work. 
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to