Hello everyone, I am using STM32F767ZI which in the reference manual has ITCM, DTCM, SRAM1 and SRAM2 but in the linker script it is just RAM so I am trying to change it from: MEMORY{ RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 512K FLASH (rx) : ORI...
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 a...
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...