fpiSTM wrote: Fri Feb 03, 2023 2:08 pm I guess, You got this issue because you enabled the ASSERT.
As the handle hcrc does not init explicitly this field it is set to 0 which is not a correct value.
I've made a PR:
https://github.com/stm32duino/Arduino_C ... /pull/1941
This PR fixed the issue