stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
157 stars 104 forks source link

Enable256 bytes transfer #330

Open TremblingMen opened 2 years ago

TremblingMen commented 2 years ago

It is now possible to write/read more than 255 bytes in a single transaction. We tested the read function with more than 255 bytes. Our Eeprom only supports writing with pages, so we were not able to test if writing more than 255 byte in a single chunk works. As it is writing with pages less than 255 bytes works. If someone tests this and it fails, the old write function is commented out so a fall back is easy.