AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
241 stars 142 forks source link

Correct the transmit protocol for Nordic TWI. #417

Closed simonjwright closed 1 year ago

simonjwright commented 1 year ago

For a write, the register address and the data must be sent in one operation, as specified in the nRF51 Series Reference Manual version 3.0.

This corrects issue #393.

Fabien-Chouteau commented 1 year ago

Awesome, thanks @simonjwright