MaJerle / stm32f429

Keil projects and libraries for STM32F4xx devices
https://stm32f4-discovery.net
2.13k stars 1.32k forks source link

Data receving fixed in 'TM_I2C_ReadMultiNoRegister'. #26

Closed Magamanny closed 1 year ago

Magamanny commented 1 year ago

The function 'ReadMultiNoRegister' was not working as intended, the data pointer was not incremented, thus all the data was written to data[0]. Also I think that there should be a 'TM_I2C_Stop' when all the data is resaved. But it is working without.