User Activity

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...