User Activity

Posted on April 05, 2018 at 05:38After many forum searches, patching and considerable effort, I finally got good results with my CDC/ACM USB Host HS with DMA, using STM32Cube_FW_F7_V1.11.0. I thought I was past the worst of it, but long term testing...
Posted on March 10, 2018 at 08:38 The follow code snippet is generated in sd_diskio.c by CubeMX (4.0) when using FreeRTOS (STM32Cube_FW_F7_V1.9.0): /** * @brief Gets Disk Status * @param lun : not used * @retval DSTATUS: Operation status *...
Posted on March 08, 2018 at 21:27 I just spent two harrowing days debugging random memory corruption in my application and the problem turned out to be overly aggressive cache invalidation. In sd_diskio.c this section of code (STM32Cube_FW_F7_...