User Activity

I've managed to configure the STM32 CRC such that it can create the standard CRC-32 as per this article - https://stackoverflow.com/questions/39646441/how-to-set-stm32-to-generate-standard-crc32. However, this CRC does not match Ethernet spec.Is ther...
I'm looking to control the CDC_Receive_FS interrupt in a manner that I'm hoping is supported by the lower level hardware, but I'm having difficulty locating registers and functionality to support this behavior.To give a hint to the architecture I'm w...
According to the OctoSpi Documentation, only one of the five phases needs to be active in order to configure OctoSpi. "20.4.3 OCTOSPI Regular-command protocol When in Regular-command protocol, the OCTOSPI communicates with the external device using c...
I’m attempting to optimize a process of loading a large file from eMMC flash memory directly into a SPI device with 8 data lanes. Originally, I meant to use peripheral to peripheral in the DMA component that comes internally with the STM32L5 series. ...
When trying to read/write to the connected eMMC device, the eMMC driver will sometimes fail with an error. After failing in this way, every call to HAL_MMC_ReadBlocks or HAL_MMC_WriteBlocks will fail until the microcontroller is restarted. If the fir...
Kudos from