2019-09-17 02:33 AM
Hello Community,
I would like to report a bug on STM32G0 HAL library provided by ST. As described in the object there is a bug on HAL_SPI_TransmitReceive function: basically an hard fault occurs if the receiving pointer is not 32 bit aligned.
This is a bug already discussed in other microcontroller family classes, see for example this post on STM32F0 family.
This looks like a regression in my personal point of view, because an old bug affects a new product. I know that with some software changes or rewriting the specific function with LL libraries can be corrected, but I would appreciate if ST will release soon an HAL library debugged and fully tested.
Thanks to Jan Waclawek and Clive to have found the bug in STM32F0 HALs.
Stefano