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...
No, it should create a linked list of more than 1 transfer.I'm complaining because my code worked on previous STM32: 52000 size, half-word(uint16_t) transfer size. Now same code no longer works and gave no error. Also I would expect the call HAL_A...