We are using a STM32H7 microcontroller for our project ans would like to use the HW CRC embedded in the Flash module.We are designing a custom bootloader that will calculate the CRC and then write it in a reserved section of the flash. Since the devi...
Posted on August 09, 2017 at 23:28
Hi,
There seems to be an issue with the SPI peripheral in the STM32F10x family of devices.
I have the same issue with multiple devices (STM32F103ZGT8, STM32F107VCT6)
Here is the issue:
When I try to ...
As long as you don"t reset the result of the previous chunk, the end result will be the same. You can test to see that it doesn't make any difference.Regards,Michel
Posted on August 14, 2017 at 21:10Hello,Thank you for your answer.I might have phrased my question wrong, but I would like to use the SPI in full duplex mode using the DMA.Somehow, the read of the SPI doesn't seem to work, because as I have mentione...