User Activity

Posted on April 09, 2018 at 08:33HI,I use SPI of HAL Library in STM32F0.However, due to unaligned memory access, HardFault occurs in the HAL_SPI_TransmitReceive () function.So I modified the HAL library as follows.uint8_t data_lo, data_hi;uint16_t d...