2024-11-04 10:18 PM
Hello everyone,
I am trying to use the PSSI peripheral with DMA on my nucleo-H7S3L8, I am new to this GPDMA so at first i tried using the standard request mode and i got it working but it only receives once and stops do i need to manually enable it again? i also tried to put a counter in the HAL_PSSI_RxCpltCallback which did not increment at all.
I also tried using the linked list mode and followed this tutorial:
How to configure the linked list mode in STM32Cube... - STMicroelectronics Community
but it does not work at all.
any clue or advice please? thank you all.
2024-11-06 01:55 AM
Hello @Faisal129 and welcome to the Community;
I advise you to start with available examples in STM32CubeH7RS, may help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-06 03:01 AM
Dear Kaouthar,
I already looked through the examples and tried to modified it work for my project, I need to use the PSSI to receive continuous data and fill two buffers that why I wanted to use linked list DMA. unfoundedly this does not work with me if you can help I would appreciate it.
best regards,