User Activity

Hi,I'm struggling with timer triggered ADC + linked list DMA. I have two nodes in one list. The ADC is triggered by timer. By counting the HC and TC, it shows the first node can be run well. but the second node never fire the TC or HT.  Where the pro...
Hi,When using the linked-list DMA, there are two places show the 'Transfer Event Generation', one is in the 'GPDMA1' settings and the others in the 'LINKEDLIST' nodes settings. Are they refer to the same thing? If so, are there any reason to let user...
Hi,For the SPI transfer APIs with suffix '_DMA'. In the transmit and receive alone ones, they checked 'hspi->hdmatx' and 'hspi->hdmarx' respectively. But in 'HAL_SPI_TransmitReceive_DMA()', it only check the 'hspi->hdmarx'. Funny :), and why?  /* Pa...
Hi,I'm trying to combine the SPI and GPDMA on STM32U5. In the various SPI transfer APIs with suffix '_DMA', I can see the code below: /* Enable the Tx DMA Stream/Channel */ if ((hspi->hdmatx->Mode & DMA_LINKEDLIST) == DMA_LINKEDLIST) { if (h...
Hi,With GPDMA standard mode, I implemented timer triggered SPI DMA transfer. But the 'Size' argument of the 'HAL_SPI_TransmitReceive_DMA()' is 'unit16_t', this means it can only transfer 64k bytes once. Are there any method to transfer beyond this va...
Kudos from