User Activity

I'm using the STM32H573I-DK and it works great. We are running the Fx_uSD_File_Edit example.    We are creating a product that leverages a lot of the dev kit design, but we want to use eMMC instead of SD card.  I took the Fx_uSD_File_Edit example ioc...
We use STM32CubeMX and STM32U5.   STM32U5 supports linked list DMA transfers.   But HAL_ADC_Start_DMA() will not do a transfer larger than 64k.  It only creates the first element in the list and exits.  In addition, HAL_ADC_Start_DMA() doesn't give a...